#CBA76C

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

Shades of Putty #CBA76C

Tints of Putty #CBA76C

Color information

#CBA76C (or 0xCBA76C) is unknown color: approx Putty. HEX triplet: CB, A7 and 6C. RGB value is (203,167,108). Sum of RGB (Red+Green+Blue) = 203+167+108=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA76C is #345893. Grayscale: #ABABAB. Windows color (decimal): -3430548 or 7120843. OLE color: 7120843.

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

Color convert

RGB203167108-
CMYK00.180.470.20
HSL37.26º47.74%60.98%-
HSV(B)37.26º46.8%79.61%-
XYZ41.1541.4220.01-
YUV171.0492.43150.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.47%
GREEN value IS 167 (65.62% from 255) = 34.94%
BLUE value IS 108 (42.58% from 255) = 22.59%
R=42.47%
G=34.94%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316710800.180.470.2037.2647.7460.98
HexCBA76C0122F1425303d
Octal3132471540225724456075
Binary1100101110100111110110001001010111110100100101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA76C; }

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

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

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

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

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

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

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

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