Html Css Color HEX #CCB0CA Lilac

📋 copy color: '#CCB0CA'

red 204 ◦ green 176 ◦ blue 202

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

Shades of Lilac #CCB0CA

Tints of Lilac #CCB0CA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.24%

 BLUE value IS 202 (79.3% from 255) = 34.71%

R = 35.05%
G = 30.24%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CCB0CA (or 0xCCB0CA) is known color: Lilac. HEX triplet: CC, B0 and CA. RGB value is (204,176,202). Sum of RGB (Red+Green+Blue) = 204+176+202=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0CA is #334F35. Grayscale: #BBBBBB. Windows color (decimal): -3362614 or 13283532. OLE color: 13283532.

HSL color Cylindrical-coordinate representation of color #CCB0CA: hue angle of 304.29º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCB0CA is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 176 202 -
CMYK 0 0.14 0.01 0.2
HSL 304.29º 0.22% 0.75% -
HSV(B) 304.29º 0.14% 0.8% -
XYZ 51.09 48.15 62.48 -
YUV 187.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 204 176 202 0 0.14 0.01 0.2 304.29 0.22 0.75
Hex CC B0 CA 0 E 1 14 130 16 4B
Octal 314 260 312 0 16 1 24 460 26 113
Binary 11001100 10110000 11001010 0 1110 1 10100 100110000 10110 1001011

Color Harmonies of #CCB0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB0CA

Black with #CCB0CA

Text Example


Text Example

White with #CCB0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB0CA; }

 p { color: rgb(204,176,202); }

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

background-color css

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

 a { background-color: rgb(204,176,202); }

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

border-color css

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

 span { border-color: rgb(204,176,202); }

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