Html Css Color HEX #CAA473 Putty

📋 copy color: '#CAA473'

red 202 ◦ green 164 ◦ blue 115

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

Shades of Putty #CAA473

Tints of Putty #CAA473

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.1%

 BLUE value IS 115 (45.31% from 255) = 23.91%

R = 42%
G = 34.1%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CAA473 (or 0xCAA473) is known color: Putty. HEX triplet: CA, A4 and 73. RGB value is (202,164,115). Sum of RGB (Red+Green+Blue) = 202+164+115=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA473 is #355B8C. Grayscale: #AAAAAA. Windows color (decimal): -3496845 or 7578826. OLE color: 7578826.

HSL color Cylindrical-coordinate representation of color #CAA473: hue angle of 33.79º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAA473 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 164 115 -
CMYK 0 0.19 0.43 0.21
HSL 33.79º 0.45% 0.62% -
HSV(B) 33.79º 0.43% 0.79% -
XYZ 40.73 40.35 21.86 -
YUV 169.78 97.09 150.98 -
System Red Green Blue C M Y K H S L
Decimal 202 164 115 0 0.19 0.43 0.21 33.79 0.45 0.62
Hex CA A4 73 0 13 2B 15 22 2D 3E
Octal 312 244 163 0 23 53 25 42 55 76
Binary 11001010 10100100 1110011 0 10011 101011 10101 100010 101101 111110

Color Harmonies of #CAA473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA473

Black with #CAA473

Text Example


Text Example

White with #CAA473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA473; }

 p { color: rgb(202,164,115); }

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

background-color css

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

 a { background-color: rgb(202,164,115); }

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

border-color css

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

 span { border-color: rgb(202,164,115); }

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