#CBC9CD

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

Shades of French Grey #CBC9CD

Tints of French Grey #CBC9CD

Color information

#CBC9CD (or 0xCBC9CD) is unknown color: approx French Grey. HEX triplet: CB, C9 and CD. RGB value is (203,201,205). Sum of RGB (Red+Green+Blue) = 203+201+205=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 201 (78.91% from 255 or 33.00% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBC9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9CD is #343632. Grayscale: #CACACA. Windows color (decimal): -3421747 or 13486539. OLE color: 13486539.

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

Color convert

RGB203201205-
CMYK0.010.0200.20
HSL270º3.85%79.61%-
HSV(B)270º1.95%80.39%-
XYZ56.5358.8866.14-
YUV202.05129.66128.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.33%
GREEN value IS 201 (78.91% from 255) = 33.00%
BLUE value IS 205 (80.47% from 255) = 33.66%
R=33.33%
G=33.00%
B=33.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032012050.010.0200.202703.8579.61
HexCBC9CD1201410e450
Octal313311315120244164120
Binary1100101111001001110011011100101001000011101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC9CD; }

 p { color: rgb(203,201,205); }

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

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

 a { background-color: rgb(203,201,205); }

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

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

 span { border-color: rgb(203,201,205); }

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