#CCCACF

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

Shades of French Grey #CCCACF

Tints of French Grey #CCCACF

Color information

#CCCACF (or 0xCCCACF) is unknown color: approx French Grey. HEX triplet: CC, CA and CF. RGB value is (204,202,207). Sum of RGB (Red+Green+Blue) = 204+202+207=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCCACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCACF is #333530. Grayscale: #CBCBCB. Windows color (decimal): -3355953 or 13617868. OLE color: 13617868.

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

Color convert

RGB204202207-
CMYK0.010.0200.19
HSL264º4.95%80.2%-
HSV(B)264º2.42%81.18%-
XYZ57.2859.5867.51-
YUV203.17130.16128.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.28%
GREEN value IS 202 (79.30% from 255) = 32.95%
BLUE value IS 207 (81.25% from 255) = 33.77%
R=33.28%
G=32.95%
B=33.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042022070.010.0200.192644.9580.2
HexCCCACF12013108550
Octal314312317120234105120
Binary1100110011001010110011111100100111000010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCACF; }

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

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

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

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

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

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

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

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