Html Css Color HEX #CC99AB Viola

📋 copy color: '#CC99AB'

red 204 ◦ green 153 ◦ blue 171

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

Shades of Viola #CC99AB

Tints of Viola #CC99AB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.98%

 BLUE value IS 171 (67.19% from 255) = 32.39%

R = 38.64%
G = 28.98%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC99AB (or 0xCC99AB) is known color: Viola. HEX triplet: CC, 99 and AB. RGB value is (204,153,171). Sum of RGB (Red+Green+Blue) = 204+153+171=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CC99AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC99AB is #336654. Grayscale: #AAAAAA. Windows color (decimal): -3368533 or 11246028. OLE color: 11246028.

HSL color Cylindrical-coordinate representation of color #CC99AB: hue angle of 338.82º degrees, saturation: 0.33, 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 #CC99AB is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 153 171 -
CMYK 0 0.25 0.16 0.2
HSL 338.82º 0.33% 0.7% -
HSV(B) 338.82º 0.25% 0.8% -
XYZ 43.64 38.56 43.67 -
YUV 170.3 128.4 152.04 -
System Red Green Blue C M Y K H S L
Decimal 204 153 171 0 0.25 0.16 0.2 338.82 0.33 0.7
Hex CC 99 AB 0 19 10 14 153 21 46
Octal 314 231 253 0 31 20 24 523 41 106
Binary 11001100 10011001 10101011 0 11001 10000 10100 101010011 100001 1000110

Color Harmonies of #CC99AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC99AB

Black with #CC99AB

Text Example


Text Example

White with #CC99AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC99AB; }

 p { color: rgb(204,153,171); }

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

background-color css

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

 a { background-color: rgb(204,153,171); }

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

border-color css

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

 span { border-color: rgb(204,153,171); }

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