Html Css Color HEX #CAC7CC French Grey

📋 copy color: '#CAC7CC'

red 202 ◦ green 199 ◦ blue 204

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

Shades of French Grey #CAC7CC

Tints of French Grey #CAC7CC

RGB

 RED value IS 202 (79.3% from 255) = 33.39%

 GREEN value IS 199 (78.13% from 255) = 32.89%

 BLUE value IS 204 (80.08% from 255) = 33.72%

R = 33.39%
G = 32.89%
B = 33.72%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CAC7CC (or 0xCAC7CC) is known color: French Grey. HEX triplet: CA, C7 and CC. RGB value is (202,199,204). Sum of RGB (Red+Green+Blue) = 202+199+204=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 199 (78.12% from 255 or 32.89% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 204 - color contains mainly: blue. Hex color #CAC7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC7CC is #353833. Grayscale: #C8C8C8. Windows color (decimal): -3487796 or 13420490. OLE color: 13420490.

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

Color convert

RGB 202 199 204 -
CMYK 0.01 0.02 0 0.2
HSL 276º 0.05% 0.79% -
HSV(B) 276º 0.02% 0.8% -
XYZ 55.68 57.76 65.34 -
YUV 200.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 202 199 204 0.01 0.02 0 0.2 276 0.05 0.79
Hex CA C7 CC 1 2 0 14 114 5 4F
Octal 312 307 314 1 2 0 24 424 5 117
Binary 11001010 11000111 11001100 1 10 0 10100 100010100 101 1001111

Color Harmonies of #CAC7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC7CC

Black with #CAC7CC

Text Example


Text Example

White with #CAC7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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