#CFAB68

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

Shades of Putty #CFAB68

Tints of Putty #CFAB68

Color information

#CFAB68 (or 0xCFAB68) is unknown color: approx Putty. HEX triplet: CF, AB and 68. RGB value is (207,171,104). Sum of RGB (Red+Green+Blue) = 207+171+104=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB68 is #305497. Grayscale: #AEAEAE. Windows color (decimal): -3167384 or 6859727. OLE color: 6859727.

HSL color Cylindrical-coordinate representation of color #CFAB68: hue angle of 39.03º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFAB68 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB207171104-
CMYK00.170.500.19
HSL39.03º51.76%60.98%-
HSV(B)39.03º49.76%81.18%-
XYZ42.7943.3919.22-
YUV174.1388.43151.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.95%
GREEN value IS 171 (67.19% from 255) = 35.48%
BLUE value IS 104 (41.02% from 255) = 21.58%
R=42.95%
G=35.48%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717110400.170.500.1939.0351.7660.98
HexCFAB68011321327343d
Octal3172531500216223476475
Binary1100111110101011110100001000111001010011100111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAB68; }

 p { color: rgb(207,171,104); }

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

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

 a { background-color: rgb(207,171,104); }

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

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

 span { border-color: rgb(207,171,104); }

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