Html Css Color HEX #CC98AA Viola

📋 copy color: '#CC98AA'

red 204 ◦ green 152 ◦ blue 170

#CC98AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viola #CC98AA

Tints of Viola #CC98AA

RGB

 RED value IS 204 (80.08% from 255) = 38.78%

 GREEN value IS 152 (59.77% from 255) = 28.9%

 BLUE value IS 170 (66.8% from 255) = 32.32%

R = 38.78%
G = 28.9%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC98AA (or 0xCC98AA) is known color: Viola. HEX triplet: CC, 98 and AA. RGB value is (204,152,170). Sum of RGB (Red+Green+Blue) = 204+152+170=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CC98AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC98AA is #336755. Grayscale: #A9A9A9. Windows color (decimal): -3368790 or 11180236. OLE color: 11180236.

HSL color Cylindrical-coordinate representation of color #CC98AA: hue angle of 339.23º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CC98AA is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 152 170 -
CMYK 0 0.25 0.17 0.2
HSL 339.23º 0.34% 0.7% -
HSV(B) 339.23º 0.25% 0.8% -
XYZ 43.39 38.2 43.12 -
YUV 169.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 204 152 170 0 0.25 0.17 0.2 339.23 0.34 0.7
Hex CC 98 AA 0 19 11 14 153 22 46
Octal 314 230 252 0 31 21 24 523 42 106
Binary 11001100 10011000 10101010 0 11001 10001 10100 101010011 100010 1000110

Color Harmonies of #CC98AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC98AA

Black with #CC98AA

Text Example


Text Example

White with #CC98AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC98AA; }

 p { color: rgb(204,152,170); }

 H1.HeaderClassName
 {
   color: #CC98AA;
 }
 .AnyTagClassName
 {
   color: #CC98AA;
 }
</style>

background-color css

<style>
 a { background-color: #CC98AA; }

 a { background-color: rgb(204,152,170); }

 div.DivClassName
 {
   background-color: #CC98AA;
 }
 .BgClassName
 {
   background-color: #CC98AA;
 }
</style>

border-color css

<style>
 span { border-color: #CC98AA; }

 span { border-color: rgb(204,152,170); }

 td.TdClassName
 {
   border-color: #CC98AA;
 }
 .TagClassName
 {
   border-color: #CC98AA;
 }
</style>