#CBCBC6

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

Shades of Celeste #CBCBC6

Tints of Celeste #CBCBC6

Color information

#CBCBC6 (or 0xCBCBC6) is unknown color: approx Celeste. HEX triplet: CB, CB and C6. RGB value is (203,203,198). Sum of RGB (Red+Green+Blue) = 203+203+198=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 198 (77.73% from 255 or 32.78% from 604); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBC6 is #343439. Grayscale: #CACACA. Windows color (decimal): -3421242 or 13028299. OLE color: 13028299.

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

Color convert

RGB203203198-
CMYK000.020.20
HSL60º4.59%78.63%-
HSV(B)60º2.46%79.61%-
XYZ56.1859.4961.95-
YUV202.43125.5128.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.61%
GREEN value IS 203 (79.69% from 255) = 33.61%
BLUE value IS 198 (77.73% from 255) = 32.78%
R=33.61%
G=33.61%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203203198000.020.20604.5978.63
HexCBCBC6002143c54f
Octal31331330600224745117
Binary1100101111001011110001100010101001111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCBC6; }

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

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

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

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

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

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

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

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