Html Css Color HEX #C78244 Peru

📋 copy color: '#C78244'

red 199 ◦ green 130 ◦ blue 68

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

Shades of Peru #C78244

Tints of Peru #C78244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.13%

R = 50.13%
G = 32.75%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C78244 (or 0xC78244) is known color: Peru. HEX triplet: C7, 82 and 44. RGB value is (199,130,68). Sum of RGB (Red+Green+Blue) = 199+130+68=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C78244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78244 is #387DBB. Grayscale: #8F8F8F. Windows color (decimal): -3702204 or 4489927. OLE color: 4489927.

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

Color convert

RGB 199 130 68 -
CMYK 0 0.35 0.66 0.22
HSL 28.4º 0.54% 0.52% -
HSV(B) 28.4º 0.66% 0.78% -
XYZ 32.58 28.52 9.26 -
YUV 143.56 85.36 167.54 -
System Red Green Blue C M Y K H S L
Decimal 199 130 68 0 0.35 0.66 0.22 28.4 0.54 0.52
Hex C7 82 44 0 23 42 16 1C 36 34
Octal 307 202 104 0 43 102 26 34 66 64
Binary 11000111 10000010 1000100 0 100011 1000010 10110 11100 110110 110100

Color Harmonies of #C78244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78244

Black with #C78244

Text Example


Text Example

White with #C78244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78244; }

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

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

background-color css

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

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

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

border-color css

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

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

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