#CAC7CE

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

Shades of French Grey #CAC7CE

Tints of French Grey #CAC7CE

Color information

#CAC7CE (or 0xCAC7CE) is unknown color: approx French Grey. HEX triplet: CA, C7 and CE. RGB value is (202,199,206). Sum of RGB (Red+Green+Blue) = 202+199+206=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 199 (78.12% from 255 or 32.78% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAC7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC7CE is #353831. Grayscale: #C8C8C8. Windows color (decimal): -3487794 or 13551562. OLE color: 13551562.

HSL color Cylindrical-coordinate representation of color #CAC7CE: hue angle of 265.71º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CAC7CE is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202199206-
CMYK0.020.0300.19
HSL265.71º6.67%79.41%-
HSV(B)265.71º3.4%80.78%-
XYZ55.9257.8666.61-
YUV200.7130.99128.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.28%
GREEN value IS 199 (78.12% from 255) = 32.78%
BLUE value IS 206 (80.86% from 255) = 33.94%
R=33.28%
G=32.78%
B=33.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021992060.020.0300.19265.716.6779.41
HexCAC7CE2301310a74f
Octal312307316230234127117
Binary11001010110001111100111010110100111000010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC7CE; }

 p { color: rgb(202,199,206); }

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

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

 a { background-color: rgb(202,199,206); }

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

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

 span { border-color: rgb(202,199,206); }

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