#CDC6BA

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

Shades of Stark White #CDC6BA

Tints of Stark White #CDC6BA

Color information

#CDC6BA (or 0xCDC6BA) is unknown color: approx Stark White. HEX triplet: CD, C6 and BA. RGB value is (205,198,186). Sum of RGB (Red+Green+Blue) = 205+198+186=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6BA is #323945. Grayscale: #C6C6C6. Windows color (decimal): -3291462 or 12240589. OLE color: 12240589.

HSL color Cylindrical-coordinate representation of color #CDC6BA: hue angle of 37.89º 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 #CDC6BA is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB205198186-
CMYK00.030.090.20
HSL37.89º15.97%76.67%-
HSV(B)37.89º9.27%80.39%-
XYZ54.2356.9154.58-
YUV198.72120.82132.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.80%
GREEN value IS 198 (77.73% from 255) = 33.62%
BLUE value IS 186 (73.05% from 255) = 31.58%
R=34.80%
G=33.62%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519818600.030.090.2037.8915.9776.67
HexCDC6BA0391426104d
Octal3153062720311244620115
Binary110011011100011010111010011100110100100110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC6BA; }

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

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

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

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

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

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

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

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