Html Css Color HEX #C7854C Peru

📋 copy color: '#C7854C'

red 199 ◦ green 133 ◦ blue 76

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

Shades of Peru #C7854C

Tints of Peru #C7854C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.6%

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

R = 48.77%
G = 32.6%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7854C (or 0xC7854C) is known color: Peru. HEX triplet: C7, 85 and 4C. RGB value is (199,133,76). Sum of RGB (Red+Green+Blue) = 199+133+76=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C7854C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7854C is #387AB3. Grayscale: #929292. Windows color (decimal): -3701428 or 5014983. OLE color: 5014983.

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

Color convert

RGB 199 133 76 -
CMYK 0 0.33 0.62 0.22
HSL 27.8º 0.52% 0.54% -
HSV(B) 27.8º 0.62% 0.78% -
XYZ 33.25 29.44 10.77 -
YUV 146.24 88.37 165.63 -
System Red Green Blue C M Y K H S L
Decimal 199 133 76 0 0.33 0.62 0.22 27.8 0.52 0.54
Hex C7 85 4C 0 21 3E 16 1C 34 36
Octal 307 205 114 0 41 76 26 34 64 66
Binary 11000111 10000101 1001100 0 100001 111110 10110 11100 110100 110110

Color Harmonies of #C7854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7854C

Black with #C7854C

Text Example


Text Example

White with #C7854C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7854C; }

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

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

background-color css

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

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

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

border-color css

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

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

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