Html Css Color HEX #CAA669 Putty

📋 copy color: '#CAA669'

red 202 ◦ green 166 ◦ blue 105

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

Shades of Putty #CAA669

Tints of Putty #CAA669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.2%

R = 42.71%
G = 35.1%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CAA669 (or 0xCAA669) is known color: Putty. HEX triplet: CA, A6 and 69. RGB value is (202,166,105). Sum of RGB (Red+Green+Blue) = 202+166+105=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA669 is #355996. Grayscale: #AAAAAA. Windows color (decimal): -3496343 or 6923978. OLE color: 6923978.

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

Color convert

RGB 202 166 105 -
CMYK 0 0.18 0.48 0.21
HSL 37.73º 0.48% 0.6% -
HSV(B) 37.73º 0.48% 0.79% -
XYZ 40.54 40.85 19.11 -
YUV 169.81 91.43 150.96 -
System Red Green Blue C M Y K H S L
Decimal 202 166 105 0 0.18 0.48 0.21 37.73 0.48 0.6
Hex CA A6 69 0 12 30 15 26 30 3C
Octal 312 246 151 0 22 60 25 46 60 74
Binary 11001010 10100110 1101001 0 10010 110000 10101 100110 110000 111100

Color Harmonies of #CAA669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA669

Black with #CAA669

Text Example


Text Example

White with #CAA669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA669; }

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

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

background-color css

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

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

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

border-color css

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

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

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