Html Css Color HEX #CAA873 Putty

📋 copy color: '#CAA873'

red 202 ◦ green 168 ◦ blue 115

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

Shades of Putty #CAA873

Tints of Putty #CAA873

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.64%

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

R = 41.65%
G = 34.64%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CAA873 (or 0xCAA873) is known color: Putty. HEX triplet: CA, A8 and 73. RGB value is (202,168,115). Sum of RGB (Red+Green+Blue) = 202+168+115=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA873 is #35578C. Grayscale: #ACACAC. Windows color (decimal): -3495821 or 7579850. OLE color: 7579850.

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

Color convert

RGB 202 168 115 -
CMYK 0 0.17 0.43 0.21
HSL 36.55º 0.45% 0.62% -
HSV(B) 36.55º 0.43% 0.79% -
XYZ 41.45 41.8 22.1 -
YUV 172.12 95.76 149.31 -
System Red Green Blue C M Y K H S L
Decimal 202 168 115 0 0.17 0.43 0.21 36.55 0.45 0.62
Hex CA A8 73 0 11 2B 15 25 2D 3E
Octal 312 250 163 0 21 53 25 45 55 76
Binary 11001010 10101000 1110011 0 10001 101011 10101 100101 101101 111110

Color Harmonies of #CAA873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA873

Black with #CAA873

Text Example


Text Example

White with #CAA873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA873; }

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

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

background-color css

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

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

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

border-color css

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

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

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