Html Css Color HEX #CA7F40 Peru

📋 copy color: '#CA7F40'

red 202 ◦ green 127 ◦ blue 64

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

Shades of Peru #CA7F40

Tints of Peru #CA7F40

RGB

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

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

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

R = 51.4%
G = 32.32%
B = 16.28%

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

#CA7F40 (or 0xCA7F40) is known color: Peru. HEX triplet: CA, 7F and 40. RGB value is (202,127,64). Sum of RGB (Red+Green+Blue) = 202+127+64=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7F40 is #3580BF. Grayscale: #8E8E8E. Windows color (decimal): -3506368 or 4227018. OLE color: 4227018.

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

Color convert

RGB 202 127 64 -
CMYK 0 0.37 0.68 0.21
HSL 27.39º 0.57% 0.52% -
HSV(B) 27.39º 0.68% 0.79% -
XYZ 32.87 28.11 8.54 -
YUV 142.24 83.85 170.62 -
System Red Green Blue C M Y K H S L
Decimal 202 127 64 0 0.37 0.68 0.21 27.39 0.57 0.52
Hex CA 7F 40 0 25 44 15 1B 39 34
Octal 312 177 100 0 45 104 25 33 71 64
Binary 11001010 1111111 1000000 0 100101 1000100 10101 11011 111001 110100

Color Harmonies of #CA7F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F40

Black with #CA7F40

Text Example


Text Example

White with #CA7F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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