#CBC1BC

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

Shades of Pale Slate #CBC1BC

Tints of Pale Slate #CBC1BC

Color information

#CBC1BC (or 0xCBC1BC) is unknown color: approx Pale Slate. HEX triplet: CB, C1 and BC. RGB value is (203,193,188). Sum of RGB (Red+Green+Blue) = 203+193+188=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC1BC is #343E43. Grayscale: #C3C3C3. Windows color (decimal): -3423812 or 12370379. OLE color: 12370379.

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

Color convert

RGB203193188-
CMYK00.050.070.20
HSL20º12.61%76.67%-
HSV(B)20º7.39%79.61%-
XYZ52.7854.4755.31-
YUV195.42123.81133.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.76%
GREEN value IS 193 (75.78% from 255) = 33.05%
BLUE value IS 188 (73.83% from 255) = 32.19%
R=34.76%
G=33.05%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319318800.050.070.202012.6176.67
HexCBC1BC0571414d4d
Octal313301274057242415115
Binary1100101111000001101111000101111101001010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC1BC; }

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

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

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

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

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

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

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

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