Html Css Color HEX #CA8340 Peru

📋 copy color: '#CA8340'

red 202 ◦ green 131 ◦ blue 64

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

Shades of Peru #CA8340

Tints of Peru #CA8340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.12%

R = 50.88%
G = 33%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA8340 (or 0xCA8340) is known color: Peru. HEX triplet: CA, 83 and 40. RGB value is (202,131,64). Sum of RGB (Red+Green+Blue) = 202+131+64=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8340 is #357CBF. Grayscale: #909090. Windows color (decimal): -3505344 or 4228042. OLE color: 4228042.

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

Color convert

RGB 202 131 64 -
CMYK 0 0.35 0.68 0.21
HSL 29.13º 0.57% 0.52% -
HSV(B) 29.13º 0.68% 0.79% -
XYZ 33.4 29.16 8.72 -
YUV 144.59 82.52 168.95 -
System Red Green Blue C M Y K H S L
Decimal 202 131 64 0 0.35 0.68 0.21 29.13 0.57 0.52
Hex CA 83 40 0 23 44 15 1D 39 34
Octal 312 203 100 0 43 104 25 35 71 64
Binary 11001010 10000011 1000000 0 100011 1000100 10101 11101 111001 110100

Color Harmonies of #CA8340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8340

Black with #CA8340

Text Example


Text Example

White with #CA8340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8340; }

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

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

background-color css

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

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

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

border-color css

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

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

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