Html Css Color HEX #C88A49 Peru

📋 copy color: '#C88A49'

red 200 ◦ green 138 ◦ blue 73

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

Shades of Peru #C88A49

Tints of Peru #C88A49

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.58%

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

R = 48.66%
G = 33.58%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C88A49 (or 0xC88A49) is known color: Peru. HEX triplet: C8, 8A and 49. RGB value is (200,138,73). Sum of RGB (Red+Green+Blue) = 200+138+73=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88A49 is #3775B6. Grayscale: #959595. Windows color (decimal): -3634615 or 4819656. OLE color: 4819656.

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

Color convert

RGB 200 138 73 -
CMYK 0 0.31 0.64 0.22
HSL 30.71º 0.54% 0.54% -
HSV(B) 30.71º 0.64% 0.78% -
XYZ 34.11 30.94 10.48 -
YUV 149.13 85.04 164.29 -
System Red Green Blue C M Y K H S L
Decimal 200 138 73 0 0.31 0.64 0.22 30.71 0.54 0.54
Hex C8 8A 49 0 1F 40 16 1F 36 36
Octal 310 212 111 0 37 100 26 37 66 66
Binary 11001000 10001010 1001001 0 11111 1000000 10110 11111 110110 110110

Color Harmonies of #C88A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88A49

Black with #C88A49

Text Example


Text Example

White with #C88A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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