Html Css Color HEX #C7884B Peru

📋 copy color: '#C7884B'

red 199 ◦ green 136 ◦ blue 75

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

Shades of Peru #C7884B

Tints of Peru #C7884B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.29%

R = 48.54%
G = 33.17%
B = 18.29%

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

#C7884B (or 0xC7884B) is known color: Peru. HEX triplet: C7, 88 and 4B. RGB value is (199,136,75). Sum of RGB (Red+Green+Blue) = 199+136+75=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C7884B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7884B is #3877B4. Grayscale: #949494. Windows color (decimal): -3700661 or 4950215. OLE color: 4950215.

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

Color convert

RGB 199 136 75 -
CMYK 0 0.32 0.62 0.22
HSL 29.52º 0.53% 0.54% -
HSV(B) 29.52º 0.62% 0.78% -
XYZ 33.63 30.26 10.72 -
YUV 147.88 86.87 164.46 -
System Red Green Blue C M Y K H S L
Decimal 199 136 75 0 0.32 0.62 0.22 29.52 0.53 0.54
Hex C7 88 4B 0 20 3E 16 1E 35 36
Octal 307 210 113 0 40 76 26 36 65 66
Binary 11000111 10001000 1001011 0 100000 111110 10110 11110 110101 110110

Color Harmonies of #C7884B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7884B

Black with #C7884B

Text Example


Text Example

White with #C7884B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7884B; }

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

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

background-color css

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

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

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

border-color css

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

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

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