#CFB16C

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

Shades of Putty #CFB16C

Tints of Putty #CFB16C

Color information

#CFB16C (or 0xCFB16C) is unknown color: approx Putty. HEX triplet: CF, B1 and 6C. RGB value is (207,177,108). Sum of RGB (Red+Green+Blue) = 207+177+108=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB16C is #304E93. Grayscale: #B2B2B2. Windows color (decimal): -3165844 or 7123407. OLE color: 7123407.

HSL color Cylindrical-coordinate representation of color #CFB16C: hue angle of 41.82º 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 #CFB16C is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB207177108-
CMYK00.140.480.19
HSL41.82º50.77%61.76%-
HSV(B)41.82º47.83%81.18%-
XYZ44.1645.7920.7-
YUV178.188.44148.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.07%
GREEN value IS 177 (69.53% from 255) = 35.98%
BLUE value IS 108 (42.58% from 255) = 21.95%
R=42.07%
G=35.98%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717710800.140.480.1941.8250.7761.76
HexCFB16C0E30132a333e
Octal3172611540166023526376
Binary110011111011000111011000111011000010011101010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB16C; }

 p { color: rgb(207,177,108); }

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

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

 a { background-color: rgb(207,177,108); }

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

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

 span { border-color: rgb(207,177,108); }

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