Html Css Color HEX #C7884A Peru

📋 copy color: '#C7884A'

red 199 ◦ green 136 ◦ blue 74

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

Shades of Peru #C7884A

Tints of Peru #C7884A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.25%

 BLUE value IS 74 (29.3% from 255) = 18.09%

R = 48.66%
G = 33.25%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7884A (or 0xC7884A) is known color: Peru. HEX triplet: C7, 88 and 4A. RGB value is (199,136,74). Sum of RGB (Red+Green+Blue) = 199+136+74=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C7884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7884A is #3877B5. Grayscale: #949494. Windows color (decimal): -3700662 or 4884679. OLE color: 4884679.

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

Color convert

RGB 199 136 74 -
CMYK 0 0.32 0.63 0.22
HSL 29.76º 0.53% 0.54% -
HSV(B) 29.76º 0.63% 0.78% -
XYZ 33.59 30.24 10.55 -
YUV 147.77 86.37 164.54 -
System Red Green Blue C M Y K H S L
Decimal 199 136 74 0 0.32 0.63 0.22 29.76 0.53 0.54
Hex C7 88 4A 0 20 3F 16 1E 35 36
Octal 307 210 112 0 40 77 26 36 65 66
Binary 11000111 10001000 1001010 0 100000 111111 10110 11110 110101 110110

Color Harmonies of #C7884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7884A

Black with #C7884A

Text Example


Text Example

White with #C7884A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7884A; }

 p { color: rgb(199,136,74); }

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

background-color css

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

 a { background-color: rgb(199,136,74); }

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

border-color css

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

 span { border-color: rgb(199,136,74); }

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