Html Css Color HEX #C7894A Peru

📋 copy color: '#C7894A'

red 199 ◦ green 137 ◦ blue 74

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

Shades of Peru #C7894A

Tints of Peru #C7894A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.41%

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

R = 48.54%
G = 33.41%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7894A (or 0xC7894A) is known color: Peru. HEX triplet: C7, 89 and 4A. RGB value is (199,137,74). Sum of RGB (Red+Green+Blue) = 199+137+74=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C7894A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7894A is #3876B5. Grayscale: #949494. Windows color (decimal): -3700406 or 4884935. OLE color: 4884935.

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

Color convert

RGB 199 137 74 -
CMYK 0 0.31 0.63 0.22
HSL 30.24º 0.53% 0.54% -
HSV(B) 30.24º 0.63% 0.78% -
XYZ 33.73 30.53 10.59 -
YUV 148.36 86.04 164.12 -
System Red Green Blue C M Y K H S L
Decimal 199 137 74 0 0.31 0.63 0.22 30.24 0.53 0.54
Hex C7 89 4A 0 1F 3F 16 1E 35 36
Octal 307 211 112 0 37 77 26 36 65 66
Binary 11000111 10001001 1001010 0 11111 111111 10110 11110 110101 110110

Color Harmonies of #C7894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7894A

Black with #C7894A

Text Example


Text Example

White with #C7894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7894A; }

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

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

background-color css

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

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

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

border-color css

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

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

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