#CBC8CD

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

Shades of French Grey #CBC8CD

Tints of French Grey #CBC8CD

Color information

#CBC8CD (or 0xCBC8CD) is unknown color: approx French Grey. HEX triplet: CB, C8 and CD. RGB value is (203,200,205). Sum of RGB (Red+Green+Blue) = 203+200+205=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 200 (78.52% from 255 or 32.89% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBC8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8CD is #343732. Grayscale: #C9C9C9. Windows color (decimal): -3422003 or 13486283. OLE color: 13486283.

HSL color Cylindrical-coordinate representation of color #CBC8CD: 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 #CBC8CD is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB203200205-
CMYK0.010.0200.20
HSL276º4.76%79.41%-
HSV(B)276º2.44%80.39%-
XYZ56.358.4166.06-
YUV201.47129.99129.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.39%
GREEN value IS 200 (78.52% from 255) = 32.89%
BLUE value IS 205 (80.47% from 255) = 33.72%
R=33.39%
G=32.89%
B=33.72%

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
Decimal2032002050.010.0200.202764.7679.41
HexCBC8CD1201411454f
Octal313310315120244245117
Binary1100101111001000110011011100101001000101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC8CD; }

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

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

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

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

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

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

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

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