#CBC4BF

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

Shades of Pale Slate #CBC4BF

Tints of Pale Slate #CBC4BF

Color information

#CBC4BF (or 0xCBC4BF) is unknown color: approx Pale Slate. HEX triplet: CB, C4 and BF. RGB value is (203,196,191). Sum of RGB (Red+Green+Blue) = 203+196+191=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC4BF is #343B40. Grayscale: #C5C5C5. Windows color (decimal): -3423041 or 12567755. OLE color: 12567755.

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

Color convert

RGB203196191-
CMYK00.030.060.20
HSL25º10.34%77.25%-
HSV(B)25º5.91%79.61%-
XYZ53.7755.9457.25-
YUV197.52124.32131.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.41%
GREEN value IS 196 (76.95% from 255) = 33.22%
BLUE value IS 191 (75% from 255) = 32.37%
R=34.41%
G=33.22%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319619100.030.060.202510.3477.25
HexCBC4BF0361419a4d
Octal313304277036243112115
Binary110010111100010010111111011110101001100110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC4BF; }

 p { color: rgb(203,196,191); }

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

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

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

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

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

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

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