Html Css Color HEX #C78645 Peru

📋 copy color: '#C78645'

red 199 ◦ green 134 ◦ blue 69

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

Shades of Peru #C78645

Tints of Peru #C78645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.16%

R = 49.5%
G = 33.33%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C78645 (or 0xC78645) is known color: Peru. HEX triplet: C7, 86 and 45. RGB value is (199,134,69). Sum of RGB (Red+Green+Blue) = 199+134+69=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C78645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78645 is #3879BA. Grayscale: #929292. Windows color (decimal): -3701179 or 4556487. OLE color: 4556487.

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

Color convert

RGB 199 134 69 -
CMYK 0 0.33 0.65 0.22
HSL 30º 0.54% 0.53% -
HSV(B) 30º 0.65% 0.78% -
XYZ 33.15 29.62 9.6 -
YUV 146.03 84.53 165.79 -
System Red Green Blue C M Y K H S L
Decimal 199 134 69 0 0.33 0.65 0.22 30 0.54 0.53
Hex C7 86 45 0 21 41 16 1E 36 35
Octal 307 206 105 0 41 101 26 36 66 65
Binary 11000111 10000110 1000101 0 100001 1000001 10110 11110 110110 110101

Color Harmonies of #C78645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78645

Black with #C78645

Text Example


Text Example

White with #C78645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78645; }

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

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

background-color css

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

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

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

border-color css

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

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

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