Html Css Color HEX #C78842 Peru

📋 copy color: '#C78842'

red 199 ◦ green 136 ◦ blue 66

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

Shades of Peru #C78842

Tints of Peru #C78842

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.92%

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

R = 49.63%
G = 33.92%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C78842 (or 0xC78842) is known color: Peru. HEX triplet: C7, 88 and 42. RGB value is (199,136,66). Sum of RGB (Red+Green+Blue) = 199+136+66=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 66 (26.17% from 255 or 16.46% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C78842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78842 is #3877BD. Grayscale: #939393. Windows color (decimal): -3700670 or 4360391. OLE color: 4360391.

HSL color Cylindrical-coordinate representation of color #C78842: hue angle of 31.58º 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 #C78842 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 136 66 -
CMYK 0 0.32 0.67 0.22
HSL 31.58º 0.54% 0.52% -
HSV(B) 31.58º 0.67% 0.78% -
XYZ 33.34 30.14 9.22 -
YUV 146.86 82.37 165.19 -
System Red Green Blue C M Y K H S L
Decimal 199 136 66 0 0.32 0.67 0.22 31.58 0.54 0.52
Hex C7 88 42 0 20 43 16 20 36 34
Octal 307 210 102 0 40 103 26 40 66 64
Binary 11000111 10001000 1000010 0 100000 1000011 10110 100000 110110 110100

Color Harmonies of #C78842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78842

Black with #C78842

Text Example


Text Example

White with #C78842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78842; }

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

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

background-color css

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

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

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

border-color css

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

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

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