#CBC9C9

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

Shades of Very Light Grey #CBC9C9

Tints of Very Light Grey #CBC9C9

Color information

#CBC9C9 (or 0xCBC9C9) is unknown color: approx Very Light Grey. HEX triplet: CB, C9 and C9. RGB value is (203,201,201). Sum of RGB (Red+Green+Blue) = 203+201+201=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 201 (78.91% from 255 or 33.22% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9C9 is #343636. Grayscale: #C9C9C9. Windows color (decimal): -3421751 or 13224395. OLE color: 13224395.

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

Color convert

RGB203201201-
CMYK00.010.010.20
HSL1.89%79.22%-
HSV(B)0.99%79.61%-
XYZ56.0658.6963.63-
YUV201.6127.66129-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.55%
GREEN value IS 201 (78.91% from 255) = 33.22%
BLUE value IS 201 (78.91% from 255) = 33.22%
R=33.55%
G=33.22%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320120100.010.010.2001.8979.22
HexCBC9C901114024f
Octal3133113110112402117
Binary110010111100100111001001011101000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC9C9; }

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

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

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

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

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

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

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

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