Html Css Color HEX #CAA671 Putty

📋 copy color: '#CAA671'

red 202 ◦ green 166 ◦ blue 113

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

Shades of Putty #CAA671

Tints of Putty #CAA671

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.51%

 BLUE value IS 113 (44.53% from 255) = 23.49%

R = 42%
G = 34.51%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CAA671 (or 0xCAA671) is known color: Putty. HEX triplet: CA, A6 and 71. RGB value is (202,166,113). Sum of RGB (Red+Green+Blue) = 202+166+113=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA671 is #35598E. Grayscale: #AAAAAA. Windows color (decimal): -3496335 or 7448266. OLE color: 7448266.

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

Color convert

RGB 202 166 113 -
CMYK 0 0.18 0.44 0.21
HSL 35.73º 0.46% 0.62% -
HSV(B) 35.73º 0.44% 0.79% -
XYZ 40.97 41.02 21.38 -
YUV 170.72 95.43 150.31 -
System Red Green Blue C M Y K H S L
Decimal 202 166 113 0 0.18 0.44 0.21 35.73 0.46 0.62
Hex CA A6 71 0 12 2C 15 24 2E 3E
Octal 312 246 161 0 22 54 25 44 56 76
Binary 11001010 10100110 1110001 0 10010 101100 10101 100100 101110 111110

Color Harmonies of #CAA671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA671

Black with #CAA671

Text Example


Text Example

White with #CAA671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA671; }

 p { color: rgb(202,166,113); }

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

background-color css

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

 a { background-color: rgb(202,166,113); }

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

border-color css

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

 span { border-color: rgb(202,166,113); }

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