#CDC9C3

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

Shades of Westar #CDC9C3

Tints of Westar #CDC9C3

Color information

#CDC9C3 (or 0xCDC9C3) is unknown color: approx Westar. HEX triplet: CD, C9 and C3. RGB value is (205,201,195). Sum of RGB (Red+Green+Blue) = 205+201+195=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 195 (76.56% from 255 or 32.45% from 601); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC9C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9C3 is #32363C. Grayscale: #C9C9C9. Windows color (decimal): -3290685 or 12831181. OLE color: 12831181.

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

Color convert

RGB205201195-
CMYK00.020.050.20
HSL36º9.09%78.43%-
HSV(B)36º4.88%80.39%-
XYZ55.9158.6960.01-
YUV201.51124.33130.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.11%
GREEN value IS 201 (78.91% from 255) = 33.44%
BLUE value IS 195 (76.56% from 255) = 32.45%
R=34.11%
G=33.44%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520119500.020.050.20369.0978.43
HexCDC9C3025142494e
Octal315311303025244411116
Binary1100110111001001110000110101011010010010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC9C3; }

 p { color: rgb(205,201,195); }

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

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

 a { background-color: rgb(205,201,195); }

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

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

 span { border-color: rgb(205,201,195); }

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