Html Css Color HEX #C88548 Peru

📋 copy color: '#C88548'

red 200 ◦ green 133 ◦ blue 72

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

Shades of Peru #C88548

Tints of Peru #C88548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.84%

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

R = 49.38%
G = 32.84%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C88548 (or 0xC88548) is known color: Peru. HEX triplet: C8, 85 and 48. RGB value is (200,133,72). Sum of RGB (Red+Green+Blue) = 200+133+72=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C88548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88548 is #377AB7. Grayscale: #929292. Windows color (decimal): -3635896 or 4752840. OLE color: 4752840.

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

Color convert

RGB 200 133 72 -
CMYK 0 0.34 0.64 0.22
HSL 28.59º 0.54% 0.53% -
HSV(B) 28.59º 0.64% 0.78% -
XYZ 33.38 29.52 10.07 -
YUV 146.08 86.2 166.46 -
System Red Green Blue C M Y K H S L
Decimal 200 133 72 0 0.34 0.64 0.22 28.59 0.54 0.53
Hex C8 85 48 0 22 40 16 1D 36 35
Octal 310 205 110 0 42 100 26 35 66 65
Binary 11001000 10000101 1001000 0 100010 1000000 10110 11101 110110 110101

Color Harmonies of #C88548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88548

Black with #C88548

Text Example


Text Example

White with #C88548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88548; }

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

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

background-color css

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

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

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

border-color css

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

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

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