#CDC0BA

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

Shades of Pale Slate #CDC0BA

Tints of Pale Slate #CDC0BA

Color information

#CDC0BA (or 0xCDC0BA) is unknown color: approx Pale Slate. HEX triplet: CD, C0 and BA. RGB value is (205,192,186). Sum of RGB (Red+Green+Blue) = 205+192+186=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC0BA is #323F45. Grayscale: #C3C3C3. Windows color (decimal): -3292998 or 12239053. OLE color: 12239053.

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

Color convert

RGB205192186-
CMYK00.060.090.20
HSL18.95º15.97%76.67%-
HSV(B)18.95º9.27%80.39%-
XYZ52.8954.2254.13-
YUV195.2122.81134.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.16%
GREEN value IS 192 (75.39% from 255) = 32.93%
BLUE value IS 186 (73.05% from 255) = 31.90%
R=35.16%
G=32.93%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519218600.060.090.2018.9515.9776.67
HexCDC0BA0691413104d
Octal3153002720611242320115
Binary110011011100000010111010011010011010010011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC0BA; }

 p { color: rgb(205,192,186); }

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

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

 a { background-color: rgb(205,192,186); }

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

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

 span { border-color: rgb(205,192,186); }

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