#CFBA74

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

Shades of Putty #CFBA74

Tints of Putty #CFBA74

Color information

#CFBA74 (or 0xCFBA74) is unknown color: approx Putty. HEX triplet: CF, BA and 74. RGB value is (207,186,116). Sum of RGB (Red+Green+Blue) = 207+186+116=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBA74 is #30458B. Grayscale: #B8B8B8. Windows color (decimal): -3163532 or 7649999. OLE color: 7649999.

HSL color Cylindrical-coordinate representation of color #CFBA74: hue angle of 46.15º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFBA74 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB207186116-
CMYK00.100.440.19
HSL46.15º48.66%63.33%-
HSV(B)46.15º43.96%81.18%-
XYZ46.4449.6423.66-
YUV184.389.46144.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.67%
GREEN value IS 186 (73.05% from 255) = 36.54%
BLUE value IS 116 (45.70% from 255) = 22.79%
R=40.67%
G=36.54%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718611600.100.440.1946.1548.6663.33
HexCFBA740A2C132e313f
Octal3172721640125423566177
Binary110011111011101011101000101010110010011101110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBA74; }

 p { color: rgb(207,186,116); }

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

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

 a { background-color: rgb(207,186,116); }

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

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

 span { border-color: rgb(207,186,116); }

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