Html Css Color HEX #C78142 Peru

📋 copy color: '#C78142'

red 199 ◦ green 129 ◦ blue 66

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

Shades of Peru #C78142

Tints of Peru #C78142

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.74%

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

R = 50.51%
G = 32.74%
B = 16.75%

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

#C78142 (or 0xC78142) is known color: Peru. HEX triplet: C7, 81 and 42. RGB value is (199,129,66). Sum of RGB (Red+Green+Blue) = 199+129+66=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C78142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78142 is #387EBD. Grayscale: #8F8F8F. Windows color (decimal): -3702462 or 4358599. OLE color: 4358599.

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

Color convert

RGB 199 129 66 -
CMYK 0 0.35 0.67 0.22
HSL 28.42º 0.54% 0.52% -
HSV(B) 28.42º 0.67% 0.78% -
XYZ 32.39 28.24 8.9 -
YUV 142.75 84.69 168.12 -
System Red Green Blue C M Y K H S L
Decimal 199 129 66 0 0.35 0.67 0.22 28.42 0.54 0.52
Hex C7 81 42 0 23 43 16 1C 36 34
Octal 307 201 102 0 43 103 26 34 66 64
Binary 11000111 10000001 1000010 0 100011 1000011 10110 11100 110110 110100

Color Harmonies of #C78142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78142

Black with #C78142

Text Example


Text Example

White with #C78142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78142; }

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

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

background-color css

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

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

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

border-color css

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

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

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