#CAC5D0

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

Shades of French Grey #CAC5D0

Tints of French Grey #CAC5D0

Color information

#CAC5D0 (or 0xCAC5D0) is unknown color: approx French Grey. HEX triplet: CA, C5 and D0. RGB value is (202,197,208). Sum of RGB (Red+Green+Blue) = 202+197+208=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 208 - color contains mainly: blue. Hex color #CAC5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC5D0 is #353A2F. Grayscale: #C7C7C7. Windows color (decimal): -3488304 or 13682122. OLE color: 13682122.

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

Color convert

RGB202197208-
CMYK0.030.0500.18
HSL267.27º10.48%79.41%-
HSV(B)267.27º5.29%81.57%-
XYZ55.7157.0467.75-
YUV199.75132.66129.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.28%
GREEN value IS 197 (77.34% from 255) = 32.45%
BLUE value IS 208 (81.64% from 255) = 34.27%
R=33.28%
G=32.45%
B=34.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021972080.030.0500.18267.2710.4879.41
HexCAC5D03501210ba4f
Octal3123053203502241312117
Binary1100101011000101110100001110101001010000101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC5D0; }

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

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

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

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

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

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

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

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