#CDC9B3

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

Shades of Chrome White #CDC9B3

Tints of Chrome White #CDC9B3

Color information

#CDC9B3 (or 0xCDC9B3) is unknown color: approx Chrome White. HEX triplet: CD, C9 and B3. RGB value is (205,201,179). Sum of RGB (Red+Green+Blue) = 205+201+179=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 201 (78.91% from 255 or 34.36% from 585); Blue value is 179 (70.31% from 255 or 30.60% from 585); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC9B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9B3 is #32364C. Grayscale: #C7C7C7. Windows color (decimal): -3290701 or 11782605. OLE color: 11782605.

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

Color convert

RGB205201179-
CMYK00.020.130.20
HSL50.77º20.63%75.29%-
HSV(B)50.77º12.68%80.39%-
XYZ54.258.0150.99-
YUV199.69116.33131.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.04%
GREEN value IS 201 (78.91% from 255) = 34.36%
BLUE value IS 179 (70.31% from 255) = 30.60%
R=35.04%
G=34.36%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520117900.020.130.2050.7720.6375.29
HexCDC9B302D1433154b
Octal3153112630215246325113
Binary110011011100100110110011010110110100110011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC9B3; }

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

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

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

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

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

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

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

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