#CCA76B

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

Shades of Putty #CCA76B

Tints of Putty #CCA76B

Color information

#CCA76B (or 0xCCA76B) is unknown color: approx Putty. HEX triplet: CC, A7 and 6B. RGB value is (204,167,107). Sum of RGB (Red+Green+Blue) = 204+167+107=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA76B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA76B is #335894. Grayscale: #ABABAB. Windows color (decimal): -3365013 or 7055308. OLE color: 7055308.

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

Color convert

RGB204167107-
CMYK00.180.480.2
HSL37.11º48.74%60.98%-
HSV(B)37.11º47.55%80%-
XYZ41.3741.5419.75-
YUV171.2291.76151.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 167 (65.62% from 255) = 34.94%
BLUE value IS 107 (42.19% from 255) = 22.38%
R=42.68%
G=34.94%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416710700.180.480.237.1148.7460.98
HexCCA76B012301425313d
Octal3142471530226024456175
Binary1100110010100111110101101001011000010100100101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA76B; }

 p { color: rgb(204,167,107); }

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

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

 a { background-color: rgb(204,167,107); }

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

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

 span { border-color: rgb(204,167,107); }

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