Html Css Color HEX #C88845 Peru

📋 copy color: '#C88845'

red 200 ◦ green 136 ◦ blue 69

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

Shades of Peru #C88845

Tints of Peru #C88845

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.58%

 BLUE value IS 69 (27.34% from 255) = 17.04%

R = 49.38%
G = 33.58%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C88845 (or 0xC88845) is known color: Peru. HEX triplet: C8, 88 and 45. RGB value is (200,136,69). Sum of RGB (Red+Green+Blue) = 200+136+69=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C88845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88845 is #3777BA. Grayscale: #939393. Windows color (decimal): -3635131 or 4557000. OLE color: 4557000.

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

Color convert

RGB 200 136 69 -
CMYK 0 0.32 0.66 0.22
HSL 30.69º 0.54% 0.53% -
HSV(B) 30.69º 0.66% 0.78% -
XYZ 33.7 30.32 9.71 -
YUV 147.5 83.7 165.45 -
System Red Green Blue C M Y K H S L
Decimal 200 136 69 0 0.32 0.66 0.22 30.69 0.54 0.53
Hex C8 88 45 0 20 42 16 1F 36 35
Octal 310 210 105 0 40 102 26 37 66 65
Binary 11001000 10001000 1000101 0 100000 1000010 10110 11111 110110 110101

Color Harmonies of #C88845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88845

Black with #C88845

Text Example


Text Example

White with #C88845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88845; }

 p { color: rgb(200,136,69); }

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

background-color css

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

 a { background-color: rgb(200,136,69); }

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

border-color css

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

 span { border-color: rgb(200,136,69); }

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