Html Css Color HEX #CA7E3E Peru

📋 copy color: '#CA7E3E'

red 202 ◦ green 126 ◦ blue 62

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

Shades of Peru #CA7E3E

Tints of Peru #CA7E3E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.31%

 BLUE value IS 62 (24.61% from 255) = 15.9%

R = 51.79%
G = 32.31%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA7E3E (or 0xCA7E3E) is known color: Peru. HEX triplet: CA, 7E and 3E. RGB value is (202,126,62). Sum of RGB (Red+Green+Blue) = 202+126+62=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 62 (24.61% from 255 or 15.90% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7E3E is #3581C1. Grayscale: #8D8D8D. Windows color (decimal): -3506626 or 4095690. OLE color: 4095690.

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

Color convert

RGB 202 126 62 -
CMYK 0 0.38 0.69 0.21
HSL 27.43º 0.57% 0.52% -
HSV(B) 27.43º 0.69% 0.79% -
XYZ 32.69 27.83 8.21 -
YUV 141.43 83.18 171.2 -
System Red Green Blue C M Y K H S L
Decimal 202 126 62 0 0.38 0.69 0.21 27.43 0.57 0.52
Hex CA 7E 3E 0 26 45 15 1B 39 34
Octal 312 176 76 0 46 105 25 33 71 64
Binary 11001010 1111110 111110 0 100110 1000101 10101 11011 111001 110100

Color Harmonies of #CA7E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7E3E

Black with #CA7E3E

Text Example


Text Example

White with #CA7E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7E3E; }

 p { color: rgb(202,126,62); }

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

background-color css

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

 a { background-color: rgb(202,126,62); }

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

border-color css

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

 span { border-color: rgb(202,126,62); }

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