Html Css Color HEX #CAA668 Putty

📋 copy color: '#CAA668'

red 202 ◦ green 166 ◦ blue 104

#CAA668
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Putty #CAA668

Tints of Putty #CAA668

RGB

 RED value IS 202 (79.3% from 255) = 42.8%

 GREEN value IS 166 (65.23% from 255) = 35.17%

 BLUE value IS 104 (41.02% from 255) = 22.03%

R = 42.8%
G = 35.17%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CAA668 (or 0xCAA668) is known color: Putty. HEX triplet: CA, A6 and 68. RGB value is (202,166,104). Sum of RGB (Red+Green+Blue) = 202+166+104=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA668 is #355997. Grayscale: #A9A9A9. Windows color (decimal): -3496344 or 6858442. OLE color: 6858442.

HSL color Cylindrical-coordinate representation of color #CAA668: hue angle of 37.96º 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 #CAA668 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 166 104 -
CMYK 0 0.18 0.49 0.21
HSL 37.96º 0.48% 0.6% -
HSV(B) 37.96º 0.49% 0.79% -
XYZ 40.49 40.83 18.84 -
YUV 169.7 90.93 151.04 -
System Red Green Blue C M Y K H S L
Decimal 202 166 104 0 0.18 0.49 0.21 37.96 0.48 0.6
Hex CA A6 68 0 12 31 15 26 30 3C
Octal 312 246 150 0 22 61 25 46 60 74
Binary 11001010 10100110 1101000 0 10010 110001 10101 100110 110000 111100

Color Harmonies of #CAA668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA668

Black with #CAA668

Text Example


Text Example

White with #CAA668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA668; }

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

 H1.HeaderClassName
 {
   color: #CAA668;
 }
 .AnyTagClassName
 {
   color: #CAA668;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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