Html Css Color HEX #C78242 Peru

📋 copy color: '#C78242'

red 199 ◦ green 130 ◦ blue 66

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

Shades of Peru #C78242

Tints of Peru #C78242

RGB

 RED value IS 199 (78.13% from 255) = 50.38%

 GREEN value IS 130 (51.17% from 255) = 32.91%

 BLUE value IS 66 (26.17% from 255) = 16.71%

R = 50.38%
G = 32.91%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C78242 (or 0xC78242) is known color: Peru. HEX triplet: C7, 82 and 42. RGB value is (199,130,66). Sum of RGB (Red+Green+Blue) = 199+130+66=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C78242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78242 is #387DBD. Grayscale: #8F8F8F. Windows color (decimal): -3702206 or 4358855. OLE color: 4358855.

HSL color Cylindrical-coordinate representation of color #C78242: hue angle of 28.87º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C78242 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 130 66 -
CMYK 0 0.35 0.67 0.22
HSL 28.87º 0.54% 0.52% -
HSV(B) 28.87º 0.67% 0.78% -
XYZ 32.52 28.5 8.94 -
YUV 143.34 84.36 167.7 -
System Red Green Blue C M Y K H S L
Decimal 199 130 66 0 0.35 0.67 0.22 28.87 0.54 0.52
Hex C7 82 42 0 23 43 16 1D 36 34
Octal 307 202 102 0 43 103 26 35 66 64
Binary 11000111 10000010 1000010 0 100011 1000011 10110 11101 110110 110100

Color Harmonies of #C78242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78242

Black with #C78242

Text Example


Text Example

White with #C78242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78242; }

 p { color: rgb(199,130,66); }

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

background-color css

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

 a { background-color: rgb(199,130,66); }

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

border-color css

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

 span { border-color: rgb(199,130,66); }

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