Html Css Color HEX #CCA8C8 Lilac

📋 copy color: '#CCA8C8'

red 204 ◦ green 168 ◦ blue 200

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

Shades of Lilac #CCA8C8

Tints of Lilac #CCA8C8

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.37%

 BLUE value IS 200 (78.52% from 255) = 34.97%

R = 35.66%
G = 29.37%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CCA8C8 (or 0xCCA8C8) is known color: Lilac. HEX triplet: CC, A8 and C8. RGB value is (204,168,200). Sum of RGB (Red+Green+Blue) = 204+168+200=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 200 (78.52% from 255 or 34.97% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA8C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8C8 is #335737. Grayscale: #B6B6B6. Windows color (decimal): -3364664 or 13150412. OLE color: 13150412.

HSL color Cylindrical-coordinate representation of color #CCA8C8: hue angle of 306.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCA8C8 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 168 200 -
CMYK 0 0.18 0.02 0.2
HSL 306.67º 0.26% 0.73% -
HSV(B) 306.67º 0.18% 0.8% -
XYZ 49.33 45.01 60.73 -
YUV 182.41 137.93 143.4 -
System Red Green Blue C M Y K H S L
Decimal 204 168 200 0 0.18 0.02 0.2 306.67 0.26 0.73
Hex CC A8 C8 0 12 2 14 133 1A 49
Octal 314 250 310 0 22 2 24 463 32 111
Binary 11001100 10101000 11001000 0 10010 10 10100 100110011 11010 1001001

Color Harmonies of #CCA8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA8C8

Black with #CCA8C8

Text Example


Text Example

White with #CCA8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA8C8; }

 p { color: rgb(204,168,200); }

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

background-color css

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

 a { background-color: rgb(204,168,200); }

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

border-color css

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

 span { border-color: rgb(204,168,200); }

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