#caa968

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

Shades of Putty #CAA968

Tints of Putty #CAA968

Color information

#CAA968 (or 0xCAA968) is unknown color: approx Putty. HEX triplet: CA, A9 and 68. RGB value is (202,169,104). Sum of RGB (Red+Green+Blue) = 202+169+104=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA968 is #355697. Grayscale: #ABABAB. Windows color (decimal): -3495576 or 6859210. OLE color: 6859210.

HSL color Cylindrical-coordinate representation of color #CAA968: hue angle of 39.8º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CAA968 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB202169104-
CMYK00.160.490.21
HSL39.8º48.04%60%-
HSV(B)39.8º48.51%79.22%-
XYZ41.0441.9319.03-
YUV171.4689.93149.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.53%
GREEN value IS 169 (66.41% from 255) = 35.58%
BLUE value IS 104 (41.02% from 255) = 21.89%
R=42.53%
G=35.58%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216910400.160.490.2139.848.0460
HexCAA968010311528303c
Octal3122511500206125506074
Binary1100101010101001110100001000011000110101101000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #caa968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #caa968; }

 p { color: rgb(202,169,104); }

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

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

 a { background-color: rgb(202,169,104); }

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

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

 span { border-color: rgb(202,169,104); }

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