#CCB372

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

Shades of Putty #CCB372

Tints of Putty #CCB372

Color information

#CCB372 (or 0xCCB372) is unknown color: approx Putty. HEX triplet: CC, B3 and 72. RGB value is (204,179,114). Sum of RGB (Red+Green+Blue) = 204+179+114=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB372 is #334C8D. Grayscale: #B3B3B3. Windows color (decimal): -3361934 or 7517132. OLE color: 7517132.

HSL color Cylindrical-coordinate representation of color #CCB372: hue angle of 43.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 #CCB372 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB204179114-
CMYK00.120.440.2
HSL43.33º46.88%62.35%-
HSV(B)43.33º44.12%80%-
XYZ44.0646.2922.53-
YUV179.0691.28145.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 179 (70.31% from 255) = 36.02%
BLUE value IS 114 (44.92% from 255) = 22.94%
R=41.05%
G=36.02%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417911400.120.440.243.3346.8862.35
HexCCB3720C2C142b2f3e
Octal3142631620145424535776
Binary110011001011001111100100110010110010100101011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB372; }

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

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

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

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

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

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

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

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