Html Css Color HEX #C4C0CB French Grey

📋 copy color: '#C4C0CB'

red 196 ◦ green 192 ◦ blue 203

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

Shades of French Grey #C4C0CB

Tints of French Grey #C4C0CB

RGB

 RED value IS 196 (76.95% from 255) = 33.16%

 GREEN value IS 192 (75.39% from 255) = 32.49%

 BLUE value IS 203 (79.69% from 255) = 34.35%

R = 33.16%
G = 32.49%
B = 34.35%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C4C0CB (or 0xC4C0CB) is known color: French Grey. HEX triplet: C4, C0 and CB. RGB value is (196,192,203). Sum of RGB (Red+Green+Blue) = 196+192+203=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 203 - color contains mainly: blue. Hex color #C4C0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C0CB is #3B3F34. Grayscale: #C2C2C2. Windows color (decimal): -3882805 or 13353156. OLE color: 13353156.

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

Color convert

RGB 196 192 203 -
CMYK 0.03 0.05 0 0.20
HSL 261.82º 0.1% 0.77% -
HSV(B) 261.82º 0.05% 0.8% -
XYZ 52.39 53.75 64.11 -
YUV 194.45 132.83 129.11 -
System Red Green Blue C M Y K H S L
Decimal 196 192 203 0.03 0.05 0 0.20 261.82 0.1 0.77
Hex C4 C0 CB 3 5 0 14 106 A 4D
Octal 304 300 313 3 5 0 24 406 12 115
Binary 11000100 11000000 11001011 11 101 0 10100 100000110 1010 1001101

Color Harmonies of #C4C0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C0CB

Black with #C4C0CB

Text Example


Text Example

White with #C4C0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C0CB; }

 p { color: rgb(196,192,203); }

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

background-color css

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

 a { background-color: rgb(196,192,203); }

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

border-color css

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

 span { border-color: rgb(196,192,203); }

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