#CCB972

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

Shades of Putty #CCB972

Tints of Putty #CCB972

Color information

#CCB972 (or 0xCCB972) is unknown color: approx Putty. HEX triplet: CC, B9 and 72. RGB value is (204,185,114). Sum of RGB (Red+Green+Blue) = 204+185+114=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB972 is #33468D. Grayscale: #B6B6B6. Windows color (decimal): -3360398 or 7518668. OLE color: 7518668.

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

Color convert

RGB204185114-
CMYK00.090.440.2
HSL47.33º46.88%62.35%-
HSV(B)47.33º44.12%80%-
XYZ45.2948.7522.94-
YUV182.5989.29143.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 185 (72.66% from 255) = 36.78%
BLUE value IS 114 (44.92% from 255) = 22.66%
R=40.56%
G=36.78%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418511400.090.440.247.3346.8862.35
HexCCB972092C142f2f3e
Octal3142711620115424575776
Binary110011001011100111100100100110110010100101111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB972; }

 p { color: rgb(204,185,114); }

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

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

 a { background-color: rgb(204,185,114); }

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

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

 span { border-color: rgb(204,185,114); }

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