#CFB469

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

Shades of Putty #CFB469

Tints of Putty #CFB469

Color information

#CFB469 (or 0xCFB469) is unknown color: approx Putty. HEX triplet: CF, B4 and 69. RGB value is (207,180,105). Sum of RGB (Red+Green+Blue) = 207+180+105=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 105 (41.41% from 255 or 21.34% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB469 is #304B96. Grayscale: #B3B3B3. Windows color (decimal): -3165079 or 6927567. OLE color: 6927567.

HSL color Cylindrical-coordinate representation of color #CFB469: hue angle of 44.12º degrees, saturation: 0.52, 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 #CFB469 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB207180105-
CMYK00.130.490.19
HSL44.12º51.52%61.18%-
HSV(B)44.12º49.28%81.18%-
XYZ44.646.9320.07-
YUV179.5285.95147.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.07%
GREEN value IS 180 (70.70% from 255) = 36.59%
BLUE value IS 105 (41.41% from 255) = 21.34%
R=42.07%
G=36.59%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718010500.130.490.1944.1251.5261.18
HexCFB4690D31132c343d
Octal3172641510156123546475
Binary110011111011010011010010110111000110011101100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB469; }

 p { color: rgb(207,180,105); }

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

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

 a { background-color: rgb(207,180,105); }

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

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

 span { border-color: rgb(207,180,105); }

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