#CBAD6C

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

Shades of Putty #CBAD6C

Tints of Putty #CBAD6C

Color information

#CBAD6C (or 0xCBAD6C) is unknown color: approx Putty. HEX triplet: CB, AD and 6C. RGB value is (203,173,108). Sum of RGB (Red+Green+Blue) = 203+173+108=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAD6C is #345293. Grayscale: #AEAEAE. Windows color (decimal): -3429012 or 7122379. OLE color: 7122379.

HSL color Cylindrical-coordinate representation of color #CBAD6C: hue angle of 41.05º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBAD6C is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB203173108-
CMYK00.150.470.20
HSL41.05º47.74%60.98%-
HSV(B)41.05º46.8%79.61%-
XYZ42.2843.6720.39-
YUV174.5690.44148.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.94%
GREEN value IS 173 (67.97% from 255) = 35.74%
BLUE value IS 108 (42.58% from 255) = 22.31%
R=41.94%
G=35.74%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317310800.150.470.2041.0547.7460.98
HexCBAD6C0F2F1429303d
Octal3132551540175724516075
Binary110010111010110111011000111110111110100101001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAD6C; }

 p { color: rgb(203,173,108); }

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

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

 a { background-color: rgb(203,173,108); }

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

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

 span { border-color: rgb(203,173,108); }

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