Html Css Color HEX #C88748 Peru

📋 copy color: '#C88748'

red 200 ◦ green 135 ◦ blue 72

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

Shades of Peru #C88748

Tints of Peru #C88748

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.17%

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

R = 49.14%
G = 33.17%
B = 17.69%

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

#C88748 (or 0xC88748) is known color: Peru. HEX triplet: C8, 87 and 48. RGB value is (200,135,72). Sum of RGB (Red+Green+Blue) = 200+135+72=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C88748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88748 is #3778B7. Grayscale: #939393. Windows color (decimal): -3635384 or 4753352. OLE color: 4753352.

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

Color convert

RGB 200 135 72 -
CMYK 0 0.32 0.64 0.22
HSL 29.53º 0.54% 0.53% -
HSV(B) 29.53º 0.64% 0.78% -
XYZ 33.65 30.08 10.16 -
YUV 147.25 85.53 165.62 -
System Red Green Blue C M Y K H S L
Decimal 200 135 72 0 0.32 0.64 0.22 29.53 0.54 0.53
Hex C8 87 48 0 20 40 16 1E 36 35
Octal 310 207 110 0 40 100 26 36 66 65
Binary 11001000 10000111 1001000 0 100000 1000000 10110 11110 110110 110101

Color Harmonies of #C88748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88748

Black with #C88748

Text Example


Text Example

White with #C88748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88748; }

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

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

background-color css

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

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

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

border-color css

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

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

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