Html Css Color HEX #C88949 Peru

📋 copy color: '#C88949'

red 200 ◦ green 137 ◦ blue 73

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

Shades of Peru #C88949

Tints of Peru #C88949

RGB

 RED value IS 200 (78.52% from 255) = 48.78%

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

 BLUE value IS 73 (28.91% from 255) = 17.8%

R = 48.78%
G = 33.41%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C88949 (or 0xC88949) is known color: Peru. HEX triplet: C8, 89 and 49. RGB value is (200,137,73). Sum of RGB (Red+Green+Blue) = 200+137+73=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C88949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88949 is #3776B6. Grayscale: #949494. Windows color (decimal): -3634871 or 4819400. OLE color: 4819400.

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

Color convert

RGB 200 137 73 -
CMYK 0 0.32 0.64 0.22
HSL 30.24º 0.54% 0.54% -
HSV(B) 30.24º 0.64% 0.78% -
XYZ 33.97 30.65 10.43 -
YUV 148.54 85.37 164.7 -
System Red Green Blue C M Y K H S L
Decimal 200 137 73 0 0.32 0.64 0.22 30.24 0.54 0.54
Hex C8 89 49 0 20 40 16 1E 36 36
Octal 310 211 111 0 40 100 26 36 66 66
Binary 11001000 10001001 1001001 0 100000 1000000 10110 11110 110110 110110

Color Harmonies of #C88949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88949

Black with #C88949

Text Example


Text Example

White with #C88949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88949; }

 p { color: rgb(200,137,73); }

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

background-color css

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

 a { background-color: rgb(200,137,73); }

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

border-color css

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

 span { border-color: rgb(200,137,73); }

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