Html Css Color HEX #CA7F41 Peru

📋 copy color: '#CA7F41'

red 202 ◦ green 127 ◦ blue 65

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

Shades of Peru #CA7F41

Tints of Peru #CA7F41

RGB

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

 GREEN value IS 127 (50% from 255) = 32.23%

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

R = 51.27%
G = 32.23%
B = 16.5%

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

#CA7F41 (or 0xCA7F41) is known color: Peru. HEX triplet: CA, 7F and 41. RGB value is (202,127,65). Sum of RGB (Red+Green+Blue) = 202+127+65=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7F41 is #3580BE. Grayscale: #8E8E8E. Windows color (decimal): -3506367 or 4292554. OLE color: 4292554.

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

Color convert

RGB 202 127 65 -
CMYK 0 0.37 0.68 0.21
HSL 27.15º 0.56% 0.52% -
HSV(B) 27.15º 0.68% 0.79% -
XYZ 32.9 28.12 8.69 -
YUV 142.36 84.35 170.54 -
System Red Green Blue C M Y K H S L
Decimal 202 127 65 0 0.37 0.68 0.21 27.15 0.56 0.52
Hex CA 7F 41 0 25 44 15 1B 38 34
Octal 312 177 101 0 45 104 25 33 70 64
Binary 11001010 1111111 1000001 0 100101 1000100 10101 11011 111000 110100

Color Harmonies of #CA7F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F41

Black with #CA7F41

Text Example


Text Example

White with #CA7F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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