Html Css Color HEX #CAA574 Putty

📋 copy color: '#CAA574'

red 202 ◦ green 165 ◦ blue 116

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

Shades of Putty #CAA574

Tints of Putty #CAA574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.02%

R = 41.82%
G = 34.16%
B = 24.02%

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

#CAA574 (or 0xCAA574) is known color: Putty. HEX triplet: CA, A5 and 74. RGB value is (202,165,116). Sum of RGB (Red+Green+Blue) = 202+165+116=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA574 is #355A8B. Grayscale: #AAAAAA. Windows color (decimal): -3496588 or 7644618. OLE color: 7644618.

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

Color convert

RGB 202 165 116 -
CMYK 0 0.18 0.43 0.21
HSL 34.19º 0.45% 0.62% -
HSV(B) 34.19º 0.43% 0.79% -
XYZ 40.96 40.73 22.23 -
YUV 170.48 97.26 150.48 -
System Red Green Blue C M Y K H S L
Decimal 202 165 116 0 0.18 0.43 0.21 34.19 0.45 0.62
Hex CA A5 74 0 12 2B 15 22 2D 3E
Octal 312 245 164 0 22 53 25 42 55 76
Binary 11001010 10100101 1110100 0 10010 101011 10101 100010 101101 111110

Color Harmonies of #CAA574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA574

Black with #CAA574

Text Example


Text Example

White with #CAA574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA574; }

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

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

background-color css

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

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

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

border-color css

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

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

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