Html Css Color HEX #CA8241 Peru

📋 copy color: '#CA8241'

red 202 ◦ green 130 ◦ blue 65

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

Shades of Peru #CA8241

Tints of Peru #CA8241

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.75%

 BLUE value IS 65 (25.78% from 255) = 16.37%

R = 50.88%
G = 32.75%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA8241 (or 0xCA8241) is known color: Peru. HEX triplet: CA, 82 and 41. RGB value is (202,130,65). Sum of RGB (Red+Green+Blue) = 202+130+65=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8241 is #357DBE. Grayscale: #909090. Windows color (decimal): -3505599 or 4293322. OLE color: 4293322.

HSL color Cylindrical-coordinate representation of color #CA8241: hue angle of 28.47º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA8241 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 130 65 -
CMYK 0 0.36 0.68 0.21
HSL 28.47º 0.56% 0.52% -
HSV(B) 28.47º 0.68% 0.79% -
XYZ 33.29 28.9 8.83 -
YUV 144.12 83.35 169.29 -
System Red Green Blue C M Y K H S L
Decimal 202 130 65 0 0.36 0.68 0.21 28.47 0.56 0.52
Hex CA 82 41 0 24 44 15 1C 38 34
Octal 312 202 101 0 44 104 25 34 70 64
Binary 11001010 10000010 1000001 0 100100 1000100 10101 11100 111000 110100

Color Harmonies of #CA8241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8241

Black with #CA8241

Text Example


Text Example

White with #CA8241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8241; }

 p { color: rgb(202,130,65); }

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

background-color css

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

 a { background-color: rgb(202,130,65); }

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

border-color css

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

 span { border-color: rgb(202,130,65); }

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