#CBCBC1

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

Shades of Celeste #CBCBC1

Tints of Celeste #CBCBC1

Color information

#CBCBC1 (or 0xCBCBC1) is unknown color: approx Celeste. HEX triplet: CB, CB and C1. RGB value is (203,203,193). Sum of RGB (Red+Green+Blue) = 203+203+193=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBC1 is #34343E. Grayscale: #C9C9C9. Windows color (decimal): -3421247 or 12700619. OLE color: 12700619.

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

Color convert

RGB203203193-
CMYK000.050.20
HSL60º8.77%77.65%-
HSV(B)60º4.93%79.61%-
XYZ55.6159.2658.96-
YUV201.86123128.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.89%
GREEN value IS 203 (79.69% from 255) = 33.89%
BLUE value IS 193 (75.78% from 255) = 32.22%
R=33.89%
G=33.89%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203203193000.050.20608.7777.65
HexCBCBC1005143c94e
Octal313313301005247411116
Binary110010111100101111000001001011010011110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCBC1; }

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

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

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

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

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

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

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

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