Html Css Color HEX #C88148 Peru

📋 copy color: '#C88148'

red 200 ◦ green 129 ◦ blue 72

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

Shades of Peru #C88148

Tints of Peru #C88148

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.17%

 BLUE value IS 72 (28.52% from 255) = 17.96%

R = 49.88%
G = 32.17%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C88148 (or 0xC88148) is known color: Peru. HEX triplet: C8, 81 and 48. RGB value is (200,129,72). Sum of RGB (Red+Green+Blue) = 200+129+72=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C88148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88148 is #377EB7. Grayscale: #909090. Windows color (decimal): -3636920 or 4751816. OLE color: 4751816.

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

Color convert

RGB 200 129 72 -
CMYK 0 0.36 0.64 0.22
HSL 26.72º 0.54% 0.53% -
HSV(B) 26.72º 0.64% 0.78% -
XYZ 32.84 28.45 9.89 -
YUV 143.73 87.52 168.13 -
System Red Green Blue C M Y K H S L
Decimal 200 129 72 0 0.36 0.64 0.22 26.72 0.54 0.53
Hex C8 81 48 0 24 40 16 1B 36 35
Octal 310 201 110 0 44 100 26 33 66 65
Binary 11001000 10000001 1001000 0 100100 1000000 10110 11011 110110 110101

Color Harmonies of #C88148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88148

Black with #C88148

Text Example


Text Example

White with #C88148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88148; }

 p { color: rgb(200,129,72); }

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

background-color css

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

 a { background-color: rgb(200,129,72); }

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

border-color css

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

 span { border-color: rgb(200,129,72); }

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