Html Css Color HEX #CA8040 Peru

📋 copy color: '#CA8040'

red 202 ◦ green 128 ◦ blue 64

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

Shades of Peru #CA8040

Tints of Peru #CA8040

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.49%

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

R = 51.27%
G = 32.49%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA8040 (or 0xCA8040) is known color: Peru. HEX triplet: CA, 80 and 40. RGB value is (202,128,64). Sum of RGB (Red+Green+Blue) = 202+128+64=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8040 is #357FBF. Grayscale: #8F8F8F. Windows color (decimal): -3506112 or 4227274. OLE color: 4227274.

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

Color convert

RGB 202 128 64 -
CMYK 0 0.37 0.68 0.21
HSL 27.83º 0.57% 0.52% -
HSV(B) 27.83º 0.68% 0.79% -
XYZ 33 28.37 8.59 -
YUV 142.83 83.52 170.2 -
System Red Green Blue C M Y K H S L
Decimal 202 128 64 0 0.37 0.68 0.21 27.83 0.57 0.52
Hex CA 80 40 0 25 44 15 1C 39 34
Octal 312 200 100 0 45 104 25 34 71 64
Binary 11001010 10000000 1000000 0 100101 1000100 10101 11100 111001 110100

Color Harmonies of #CA8040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8040

Black with #CA8040

Text Example


Text Example

White with #CA8040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8040; }

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

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

background-color css

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

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

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

border-color css

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

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

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