#CBAD70

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

Shades of Putty #CBAD70

Tints of Putty #CBAD70

Color information

#CBAD70 (or 0xCBAD70) is unknown color: approx Putty. HEX triplet: CB, AD and 70. RGB value is (203,173,112). Sum of RGB (Red+Green+Blue) = 203+173+112=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAD70 is #34528F. Grayscale: #AFAFAF. Windows color (decimal): -3429008 or 7384523. OLE color: 7384523.

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

Color convert

RGB203173112-
CMYK00.150.450.20
HSL40.22º46.67%61.76%-
HSV(B)40.22º44.83%79.61%-
XYZ42.543.7521.53-
YUV175.0292.44147.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.60%
GREEN value IS 173 (67.97% from 255) = 35.45%
BLUE value IS 112 (44.14% from 255) = 22.95%
R=41.60%
G=35.45%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317311200.150.450.2040.2246.6761.76
HexCBAD700F2D14282f3e
Octal3132551600175524505776
Binary110010111010110111100000111110110110100101000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAD70; }

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

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

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

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

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

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

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

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