#CBCBC5

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

Shades of Celeste #CBCBC5

Tints of Celeste #CBCBC5

Color information

#CBCBC5 (or 0xCBCBC5) is unknown color: approx Celeste. HEX triplet: CB, CB and C5. RGB value is (203,203,197). Sum of RGB (Red+Green+Blue) = 203+203+197=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBC5 is #34343A. Grayscale: #CACACA. Windows color (decimal): -3421243 or 12962763. OLE color: 12962763.

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

Color convert

RGB203203197-
CMYK000.030.20
HSL60º5.45%78.43%-
HSV(B)60º2.96%79.61%-
XYZ56.0659.4461.34-
YUV202.32125128.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.67%
GREEN value IS 203 (79.69% from 255) = 33.67%
BLUE value IS 197 (77.34% from 255) = 32.67%
R=33.67%
G=33.67%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203203197000.030.20605.4578.43
HexCBCBC5003143c54e
Octal31331330500324745116
Binary1100101111001011110001010011101001111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCBC5; }

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

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

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

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

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

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

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

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