#CCB674

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

Shades of Putty #CCB674

Tints of Putty #CCB674

Color information

#CCB674 (or 0xCCB674) is unknown color: approx Putty. HEX triplet: CC, B6 and 74. RGB value is (204,182,116). Sum of RGB (Red+Green+Blue) = 204+182+116=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB674 is #33498B. Grayscale: #B5B5B5. Windows color (decimal): -3361164 or 7648972. OLE color: 7648972.

HSL color Cylindrical-coordinate representation of color #CCB674: hue angle of 45º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCB674 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB204182116-
CMYK00.110.430.2
HSL45º46.32%62.75%-
HSV(B)45º43.14%80%-
XYZ44.7847.5523.34-
YUV181.0591.29144.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.64%
GREEN value IS 182 (71.48% from 255) = 36.25%
BLUE value IS 116 (45.70% from 255) = 23.11%
R=40.64%
G=36.25%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418211600.110.430.24546.3262.75
HexCCB6740B2B142d2e3f
Octal3142661640135324555677
Binary110011001011011011101000101110101110100101101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB674; }

 p { color: rgb(204,182,116); }

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

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

 a { background-color: rgb(204,182,116); }

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

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

 span { border-color: rgb(204,182,116); }

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