#ccb874

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

Shades of Putty #CCB874

Tints of Putty #CCB874

Color information

#CCB874 (or 0xCCB874) is unknown color: approx Putty. HEX triplet: CC, B8 and 74. RGB value is (204,184,116). Sum of RGB (Red+Green+Blue) = 204+184+116=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB874 is #33478B. Grayscale: #B6B6B6. Windows color (decimal): -3360652 or 7649484. OLE color: 7649484.

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

Color convert

RGB204184116-
CMYK00.100.430.2
HSL46.36º46.32%62.75%-
HSV(B)46.36º43.14%80%-
XYZ45.1948.3823.48-
YUV182.2390.63143.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.48%
GREEN value IS 184 (72.27% from 255) = 36.51%
BLUE value IS 116 (45.70% from 255) = 23.02%
R=40.48%
G=36.51%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418411600.100.430.246.3646.3262.75
HexCCB8740A2B142e2e3f
Octal3142701640125324565677
Binary110011001011100011101000101010101110100101110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccb874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccb874; }

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

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

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

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

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

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

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

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