#CCBA71

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

Shades of Putty #CCBA71

Tints of Putty #CCBA71

Color information

#CCBA71 (or 0xCCBA71) is unknown color: approx Putty. HEX triplet: CC, BA and 71. RGB value is (204,186,113). Sum of RGB (Red+Green+Blue) = 204+186+113=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA71 is #33458E. Grayscale: #B7B7B7. Windows color (decimal): -3360143 or 7453388. OLE color: 7453388.

HSL color Cylindrical-coordinate representation of color #CCBA71: hue angle of 48.13º 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 #CCBA71 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB204186113-
CMYK00.090.450.2
HSL48.13º47.15%62.16%-
HSV(B)48.13º44.61%80%-
XYZ45.4449.1522.71-
YUV183.0688.46142.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 186 (73.05% from 255) = 36.98%
BLUE value IS 113 (44.53% from 255) = 22.47%
R=40.56%
G=36.98%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418611300.090.450.248.1347.1562.16
HexCCBA71092D14302f3e
Octal3142721610115524605776
Binary110011001011101011100010100110110110100110000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA71; }

 p { color: rgb(204,186,113); }

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

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

 a { background-color: rgb(204,186,113); }

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

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

 span { border-color: rgb(204,186,113); }

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