Html Css Color HEX #CA8347 Peru

📋 copy color: '#CA8347'

red 202 ◦ green 131 ◦ blue 71

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

Shades of Peru #CA8347

Tints of Peru #CA8347

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.43%

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

R = 50%
G = 32.43%
B = 17.57%

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

#CA8347 (or 0xCA8347) is known color: Peru. HEX triplet: CA, 83 and 47. RGB value is (202,131,71). Sum of RGB (Red+Green+Blue) = 202+131+71=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8347 is #357CB8. Grayscale: #919191. Windows color (decimal): -3505337 or 4686794. OLE color: 4686794.

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

Color convert

RGB 202 131 71 -
CMYK 0 0.35 0.65 0.21
HSL 27.48º 0.55% 0.54% -
HSV(B) 27.48º 0.65% 0.79% -
XYZ 33.61 29.24 9.83 -
YUV 145.39 86.02 168.38 -
System Red Green Blue C M Y K H S L
Decimal 202 131 71 0 0.35 0.65 0.21 27.48 0.55 0.54
Hex CA 83 47 0 23 41 15 1B 37 36
Octal 312 203 107 0 43 101 25 33 67 66
Binary 11001010 10000011 1000111 0 100011 1000001 10101 11011 110111 110110

Color Harmonies of #CA8347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8347

Black with #CA8347

Text Example


Text Example

White with #CA8347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8347; }

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

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

background-color css

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

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

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

border-color css

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

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

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