#CFA768

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

Shades of Putty #CFA768

Tints of Putty #CFA768

Color information

#CFA768 (or 0xCFA768) is unknown color: approx Putty. HEX triplet: CF, A7 and 68. RGB value is (207,167,104). Sum of RGB (Red+Green+Blue) = 207+167+104=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA768 is #305897. Grayscale: #ACACAC. Windows color (decimal): -3168408 or 6858703. OLE color: 6858703.

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

Color convert

RGB207167104-
CMYK00.190.500.19
HSL36.7º51.76%60.98%-
HSV(B)36.7º49.76%81.18%-
XYZ42.0541.918.97-
YUV171.7889.75153.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.31%
GREEN value IS 167 (65.62% from 255) = 34.94%
BLUE value IS 104 (41.02% from 255) = 21.76%
R=43.31%
G=34.94%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716710400.190.500.1936.751.7660.98
HexCFA768013321325343d
Octal3172471500236223456475
Binary1100111110100111110100001001111001010011100101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA768; }

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

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

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

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

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

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

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

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