Html Css Color HEX #CAA974 Putty

📋 copy color: '#CAA974'

red 202 ◦ green 169 ◦ blue 116

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

Shades of Putty #CAA974

Tints of Putty #CAA974

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.7%

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

R = 41.48%
G = 34.7%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CAA974 (or 0xCAA974) is known color: Putty. HEX triplet: CA, A9 and 74. RGB value is (202,169,116). Sum of RGB (Red+Green+Blue) = 202+169+116=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA974 is #35568B. Grayscale: #ADADAD. Windows color (decimal): -3495564 or 7645642. OLE color: 7645642.

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

Color convert

RGB 202 169 116 -
CMYK 0 0.16 0.43 0.21
HSL 36.98º 0.45% 0.62% -
HSV(B) 36.98º 0.43% 0.79% -
XYZ 41.7 42.19 22.47 -
YUV 172.83 95.93 148.81 -
System Red Green Blue C M Y K H S L
Decimal 202 169 116 0 0.16 0.43 0.21 36.98 0.45 0.62
Hex CA A9 74 0 10 2B 15 25 2D 3E
Octal 312 251 164 0 20 53 25 45 55 76
Binary 11001010 10101001 1110100 0 10000 101011 10101 100101 101101 111110

Color Harmonies of #CAA974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA974

Black with #CAA974

Text Example


Text Example

White with #CAA974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA974; }

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

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

background-color css

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

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

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

border-color css

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

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

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