#CBCBC7

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

Shades of Celeste #CBCBC7

Tints of Celeste #CBCBC7

Color information

#CBCBC7 (or 0xCBCBC7) is unknown color: approx Celeste. HEX triplet: CB, CB and C7. RGB value is (203,203,199). Sum of RGB (Red+Green+Blue) = 203+203+199=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 199 (78.12% from 255 or 32.89% from 605); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBC7 is #343438. Grayscale: #CACACA. Windows color (decimal): -3421241 or 13093835. OLE color: 13093835.

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

Color convert

RGB203203199-
CMYK000.020.20
HSL60º3.7%78.82%-
HSV(B)60º1.97%79.61%-
XYZ56.2959.5362.56-
YUV202.54126128.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.55%
GREEN value IS 203 (79.69% from 255) = 33.55%
BLUE value IS 199 (78.12% from 255) = 32.89%
R=33.55%
G=33.55%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203203199000.020.20603.778.82
HexCBCBC7002143c44f
Octal31331330700224744117
Binary1100101111001011110001110010101001111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCBC7; }

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

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

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

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

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

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

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

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