#CBBCB3

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

Shades of Pale Slate #CBBCB3

Tints of Pale Slate #CBBCB3

Color information

#CBBCB3 (or 0xCBBCB3) is unknown color: approx Pale Slate. HEX triplet: CB, BC and B3. RGB value is (203,188,179). Sum of RGB (Red+Green+Blue) = 203+188+179=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCB3 is #34434C. Grayscale: #BFBFBF. Windows color (decimal): -3425101 or 11779275. OLE color: 11779275.

HSL color Cylindrical-coordinate representation of color #CBBCB3: hue angle of 22.5º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBBCB3 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB203188179-
CMYK00.070.120.20
HSL22.5º18.75%74.9%-
HSV(B)22.5º11.82%79.61%-
XYZ50.7551.9249.99-
YUV191.46120.97136.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.61%
GREEN value IS 188 (73.83% from 255) = 32.98%
BLUE value IS 179 (70.31% from 255) = 31.40%
R=35.61%
G=32.98%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318817900.070.120.2022.518.7574.9
HexCBBCB307C1417134b
Octal3132742630714242723113
Binary110010111011110010110011011111001010010111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBCB3; }

 p { color: rgb(203,188,179); }

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

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

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

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

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

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

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