#CAC0D0

Color #CAC0D0 Prelude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prelude #CAC0D0

Tints of Prelude #CAC0D0

Color information

#CAC0D0 (or 0xCAC0D0) is unknown color: approx Prelude. HEX triplet: CA, C0 and D0. RGB value is (202,192,208). Sum of RGB (Red+Green+Blue) = 202+192+208=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 208 - color contains mainly: blue. Hex color #CAC0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC0D0 is #353F2F. Grayscale: #C4C4C4. Windows color (decimal): -3489584 or 13680842. OLE color: 13680842.

HSL color Cylindrical-coordinate representation of color #CAC0D0: hue angle of 277.5º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CAC0D0 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202192208-
CMYK0.030.0800.18
HSL277.5º14.55%78.43%-
HSV(B)277.5º7.69%81.57%-
XYZ54.5954.8167.38-
YUV196.81134.31131.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.55%
GREEN value IS 192 (75.39% from 255) = 31.89%
BLUE value IS 208 (81.64% from 255) = 34.55%
R=33.55%
G=31.89%
B=34.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021922080.030.0800.18277.514.5578.43
HexCAC0D038012116f4e
Octal31230032031002242617116
Binary11001010110000001101000011100001001010001011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC0D0; }

 p { color: rgb(202,192,208); }

 H1.HeaderClassName
 {
   color: #CAC0D0;
 }
 .AnyTagClassName
 {
   color: #CAC0D0;
 }
</style>
background-color css

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

 a { background-color: rgb(202,192,208); }

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

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

 span { border-color: rgb(202,192,208); }

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