Html Css Color HEX #CCCACE French Grey

📋 copy color: '#CCCACE'

red 204 ◦ green 202 ◦ blue 206

#CCCACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Grey #CCCACE

Tints of French Grey #CCCACE

RGB

 RED value IS 204 (80.08% from 255) = 33.33%

 GREEN value IS 202 (79.3% from 255) = 33.01%

 BLUE value IS 206 (80.86% from 255) = 33.66%

R = 33.33%
G = 33.01%
B = 33.66%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CCCACE (or 0xCCCACE) is known color: French Grey. HEX triplet: CC, CA and CE. RGB value is (204,202,206). Sum of RGB (Red+Green+Blue) = 204+202+206=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCCACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCACE is #333531. Grayscale: #CBCBCB. Windows color (decimal): -3355954 or 13552332. OLE color: 13552332.

HSL color Cylindrical-coordinate representation of color #CCCACE: hue angle of 270º degrees, saturation: 0.04, 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 #CCCACE is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 202 206 -
CMYK 0.01 0.02 0 0.19
HSL 270º 0.04% 0.8% -
HSV(B) 270º 0.02% 0.81% -
XYZ 57.16 59.53 66.87 -
YUV 203.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 204 202 206 0.01 0.02 0 0.19 270 0.04 0.8
Hex CC CA CE 1 2 0 13 10E 4 50
Octal 314 312 316 1 2 0 23 416 4 120
Binary 11001100 11001010 11001110 1 10 0 10011 100001110 100 1010000

Color Harmonies of #CCCACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCACE

Black with #CCCACE

Text Example


Text Example

White with #CCCACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCACE; }

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

 H1.HeaderClassName
 {
   color: #CCCACE;
 }
 .AnyTagClassName
 {
   color: #CCCACE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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