Html Css Color HEX #CA8447 Peru

📋 copy color: '#CA8447'

red 202 ◦ green 132 ◦ blue 71

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

Shades of Peru #CA8447

Tints of Peru #CA8447

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.59%

 BLUE value IS 71 (28.13% from 255) = 17.53%

R = 49.88%
G = 32.59%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA8447 (or 0xCA8447) is known color: Peru. HEX triplet: CA, 84 and 47. RGB value is (202,132,71). Sum of RGB (Red+Green+Blue) = 202+132+71=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 71 (28.12% from 255 or 17.53% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8447 is #357BB8. Grayscale: #929292. Windows color (decimal): -3505081 or 4687050. OLE color: 4687050.

HSL color Cylindrical-coordinate representation of color #CA8447: hue angle of 27.94º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA8447 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 132 71 -
CMYK 0 0.35 0.65 0.21
HSL 27.94º 0.55% 0.54% -
HSV(B) 27.94º 0.65% 0.79% -
XYZ 33.75 29.51 9.88 -
YUV 145.98 85.69 167.96 -
System Red Green Blue C M Y K H S L
Decimal 202 132 71 0 0.35 0.65 0.21 27.94 0.55 0.54
Hex CA 84 47 0 23 41 15 1C 37 36
Octal 312 204 107 0 43 101 25 34 67 66
Binary 11001010 10000100 1000111 0 100011 1000001 10101 11100 110111 110110

Color Harmonies of #CA8447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8447

Black with #CA8447

Text Example


Text Example

White with #CA8447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8447; }

 p { color: rgb(202,132,71); }

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

background-color css

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

 a { background-color: rgb(202,132,71); }

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

border-color css

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

 span { border-color: rgb(202,132,71); }

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