Html Css Color HEX #CA8947 Peru

📋 copy color: '#CA8947'

red 202 ◦ green 137 ◦ blue 71

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

Shades of Peru #CA8947

Tints of Peru #CA8947

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.41%

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

R = 49.27%
G = 33.41%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA8947 (or 0xCA8947) is known color: Peru. HEX triplet: CA, 89 and 47. RGB value is (202,137,71). Sum of RGB (Red+Green+Blue) = 202+137+71=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 71 (28.12% from 255 or 17.32% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8947 is #3576B8. Grayscale: #959595. Windows color (decimal): -3503801 or 4688330. OLE color: 4688330.

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

Color convert

RGB 202 137 71 -
CMYK 0 0.32 0.65 0.21
HSL 30.23º 0.55% 0.54% -
HSV(B) 30.23º 0.65% 0.79% -
XYZ 34.44 30.9 10.11 -
YUV 148.91 84.03 165.87 -
System Red Green Blue C M Y K H S L
Decimal 202 137 71 0 0.32 0.65 0.21 30.23 0.55 0.54
Hex CA 89 47 0 20 41 15 1E 37 36
Octal 312 211 107 0 40 101 25 36 67 66
Binary 11001010 10001001 1000111 0 100000 1000001 10101 11110 110111 110110

Color Harmonies of #CA8947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8947

Black with #CA8947

Text Example


Text Example

White with #CA8947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8947; }

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

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

background-color css

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

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

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

border-color css

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

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

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