#cfa36b

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

Shades of Putty #CFA36B

Tints of Putty #CFA36B

Color information

#CFA36B (or 0xCFA36B) is unknown color: approx Putty. HEX triplet: CF, A3 and 6B. RGB value is (207,163,107). Sum of RGB (Red+Green+Blue) = 207+163+107=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA36B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA36B is #305C94. Grayscale: #AAAAAA. Windows color (decimal): -3169429 or 7054287. OLE color: 7054287.

HSL color Cylindrical-coordinate representation of color #CFA36B: hue angle of 33.6º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFA36B is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB207163107-
CMYK00.210.480.19
HSL33.6º51.02%61.57%-
HSV(B)33.6º48.31%81.18%-
XYZ41.4840.5219.54-
YUV169.7792.58154.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.40%
GREEN value IS 163 (64.06% from 255) = 34.17%
BLUE value IS 107 (42.19% from 255) = 22.43%
R=43.40%
G=34.17%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716310700.210.480.1933.651.0261.57
HexCFA36B015301322333e
Octal3172431530256023426376
Binary1100111110100011110101101010111000010011100010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfa36b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfa36b; }

 p { color: rgb(207,163,107); }

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

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

 a { background-color: rgb(207,163,107); }

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

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

 span { border-color: rgb(207,163,107); }

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