Html Css Color HEX #CA7E41 Peru

📋 copy color: '#CA7E41'

red 202 ◦ green 126 ◦ blue 65

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

Shades of Peru #CA7E41

Tints of Peru #CA7E41

RGB

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

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

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

R = 51.4%
G = 32.06%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA7E41 (or 0xCA7E41) is known color: Peru. HEX triplet: CA, 7E and 41. RGB value is (202,126,65). Sum of RGB (Red+Green+Blue) = 202+126+65=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7E41 is #3581BE. Grayscale: #8E8E8E. Windows color (decimal): -3506623 or 4292298. OLE color: 4292298.

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

Color convert

RGB 202 126 65 -
CMYK 0 0.38 0.68 0.21
HSL 26.72º 0.56% 0.52% -
HSV(B) 26.72º 0.68% 0.79% -
XYZ 32.77 27.86 8.65 -
YUV 141.77 84.68 170.96 -
System Red Green Blue C M Y K H S L
Decimal 202 126 65 0 0.38 0.68 0.21 26.72 0.56 0.52
Hex CA 7E 41 0 26 44 15 1B 38 34
Octal 312 176 101 0 46 104 25 33 70 64
Binary 11001010 1111110 1000001 0 100110 1000100 10101 11011 111000 110100

Color Harmonies of #CA7E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7E41

Black with #CA7E41

Text Example


Text Example

White with #CA7E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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