Html Css Color HEX #CAA573 Putty

📋 copy color: '#CAA573'

red 202 ◦ green 165 ◦ blue 115

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

Shades of Putty #CAA573

Tints of Putty #CAA573

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.23%

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

R = 41.91%
G = 34.23%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CAA573 (or 0xCAA573) is known color: Putty. HEX triplet: CA, A5 and 73. RGB value is (202,165,115). Sum of RGB (Red+Green+Blue) = 202+165+115=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA573 is #355A8C. Grayscale: #AAAAAA. Windows color (decimal): -3496589 or 7579082. OLE color: 7579082.

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

Color convert

RGB 202 165 115 -
CMYK 0 0.18 0.43 0.21
HSL 34.48º 0.45% 0.62% -
HSV(B) 34.48º 0.43% 0.79% -
XYZ 40.91 40.7 21.92 -
YUV 170.36 96.76 150.57 -
System Red Green Blue C M Y K H S L
Decimal 202 165 115 0 0.18 0.43 0.21 34.48 0.45 0.62
Hex CA A5 73 0 12 2B 15 22 2D 3E
Octal 312 245 163 0 22 53 25 42 55 76
Binary 11001010 10100101 1110011 0 10010 101011 10101 100010 101101 111110

Color Harmonies of #CAA573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA573

Black with #CAA573

Text Example


Text Example

White with #CAA573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA573; }

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

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

background-color css

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

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

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

border-color css

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

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

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