#CAC5CC

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

Shades of Prelude #CAC5CC

Tints of Prelude #CAC5CC

Color information

#CAC5CC (or 0xCAC5CC) is unknown color: approx Prelude. HEX triplet: CA, C5 and CC. RGB value is (202,197,204). Sum of RGB (Red+Green+Blue) = 202+197+204=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 197 (77.34% from 255 or 32.67% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 204 - color contains mainly: blue. Hex color #CAC5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC5CC is #353A33. Grayscale: #C7C7C7. Windows color (decimal): -3488308 or 13419978. OLE color: 13419978.

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

Color convert

RGB202197204-
CMYK0.010.0300.2
HSL282.86º6.42%78.63%-
HSV(B)282.86º3.43%80%-
XYZ55.2256.8565.19-
YUV199.29130.66129.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.50%
GREEN value IS 197 (77.34% from 255) = 32.67%
BLUE value IS 204 (80.08% from 255) = 33.83%
R=33.50%
G=32.67%
B=33.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2021972040.010.0300.2282.866.4278.63
HexCAC5CC1301411b64f
Octal312305314130244336117
Binary1100101011000101110011001110101001000110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC5CC; }

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

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

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

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

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

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

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

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