#CBCBC2

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

Shades of Celeste #CBCBC2

Tints of Celeste #CBCBC2

Color information

#CBCBC2 (or 0xCBCBC2) is unknown color: approx Celeste. HEX triplet: CB, CB and C2. RGB value is (203,203,194). Sum of RGB (Red+Green+Blue) = 203+203+194=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 194 (76.17% from 255 or 32.33% from 600); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBC2 is #34343D. Grayscale: #CACACA. Windows color (decimal): -3421246 or 12766155. OLE color: 12766155.

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

Color convert

RGB203203194-
CMYK000.040.20
HSL60º7.96%77.84%-
HSV(B)60º4.43%79.61%-
XYZ55.7259.359.55-
YUV201.97123.5128.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.83%
GREEN value IS 203 (79.69% from 255) = 33.83%
BLUE value IS 194 (76.17% from 255) = 32.33%
R=33.83%
G=33.83%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203203194000.040.20607.9677.84
HexCBCBC2004143c84e
Octal313313302004247410116
Binary110010111100101111000010001001010011110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCBC2; }

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

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

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

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

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

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

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

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