Html Css Color HEX #C78648 Peru

📋 copy color: '#C78648'

red 199 ◦ green 134 ◦ blue 72

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

Shades of Peru #C78648

Tints of Peru #C78648

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.09%

 BLUE value IS 72 (28.52% from 255) = 17.78%

R = 49.14%
G = 33.09%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C78648 (or 0xC78648) is known color: Peru. HEX triplet: C7, 86 and 48. RGB value is (199,134,72). Sum of RGB (Red+Green+Blue) = 199+134+72=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C78648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78648 is #3879B7. Grayscale: #929292. Windows color (decimal): -3701176 or 4753095. OLE color: 4753095.

HSL color Cylindrical-coordinate representation of color #C78648: hue angle of 29.29º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C78648 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 134 72 -
CMYK 0 0.33 0.64 0.22
HSL 29.29º 0.53% 0.53% -
HSV(B) 29.29º 0.64% 0.78% -
XYZ 33.25 29.66 10.1 -
YUV 146.37 86.03 165.54 -
System Red Green Blue C M Y K H S L
Decimal 199 134 72 0 0.33 0.64 0.22 29.29 0.53 0.53
Hex C7 86 48 0 21 40 16 1D 35 35
Octal 307 206 110 0 41 100 26 35 65 65
Binary 11000111 10000110 1001000 0 100001 1000000 10110 11101 110101 110101

Color Harmonies of #C78648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78648

Black with #C78648

Text Example


Text Example

White with #C78648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78648; }

 p { color: rgb(199,134,72); }

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

background-color css

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

 a { background-color: rgb(199,134,72); }

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

border-color css

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

 span { border-color: rgb(199,134,72); }

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