Html Css Color HEX #C7874C Peru

📋 copy color: '#C7874C'

red 199 ◦ green 135 ◦ blue 76

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

Shades of Peru #C7874C

Tints of Peru #C7874C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.93%

 BLUE value IS 76 (30.08% from 255) = 18.54%

R = 48.54%
G = 32.93%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7874C (or 0xC7874C) is known color: Peru. HEX triplet: C7, 87 and 4C. RGB value is (199,135,76). Sum of RGB (Red+Green+Blue) = 199+135+76=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C7874C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7874C is #3878B3. Grayscale: #939393. Windows color (decimal): -3700916 or 5015495. OLE color: 5015495.

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

Color convert

RGB 199 135 76 -
CMYK 0 0.32 0.62 0.22
HSL 28.78º 0.52% 0.54% -
HSV(B) 28.78º 0.62% 0.78% -
XYZ 33.52 29.99 10.86 -
YUV 147.41 87.7 164.8 -
System Red Green Blue C M Y K H S L
Decimal 199 135 76 0 0.32 0.62 0.22 28.78 0.52 0.54
Hex C7 87 4C 0 20 3E 16 1D 34 36
Octal 307 207 114 0 40 76 26 35 64 66
Binary 11000111 10000111 1001100 0 100000 111110 10110 11101 110100 110110

Color Harmonies of #C7874C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7874C

Black with #C7874C

Text Example


Text Example

White with #C7874C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7874C; }

 p { color: rgb(199,135,76); }

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

background-color css

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

 a { background-color: rgb(199,135,76); }

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

border-color css

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

 span { border-color: rgb(199,135,76); }

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