#CFB36A

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

Shades of Putty #CFB36A

Tints of Putty #CFB36A

Color information

#CFB36A (or 0xCFB36A) is unknown color: approx Putty. HEX triplet: CF, B3 and 6A. RGB value is (207,179,106). Sum of RGB (Red+Green+Blue) = 207+179+106=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB36A is #304C95. Grayscale: #B3B3B3. Windows color (decimal): -3165334 or 6992847. OLE color: 6992847.

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

Color convert

RGB207179106-
CMYK00.140.490.19
HSL43.37º51.27%61.37%-
HSV(B)43.37º48.79%81.18%-
XYZ44.4546.5520.28-
YUV179.0586.78147.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.07%
GREEN value IS 179 (70.31% from 255) = 36.38%
BLUE value IS 106 (41.80% from 255) = 21.54%
R=42.07%
G=36.38%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717910600.140.490.1943.3751.2761.37
HexCFB36A0E31132b333d
Octal3172631520166123536375
Binary110011111011001111010100111011000110011101011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB36A; }

 p { color: rgb(207,179,106); }

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

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

 a { background-color: rgb(207,179,106); }

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

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

 span { border-color: rgb(207,179,106); }

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