Html Css Color HEX #C88945 Peru

📋 copy color: '#C88945'

red 200 ◦ green 137 ◦ blue 69

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

Shades of Peru #C88945

Tints of Peru #C88945

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.74%

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

R = 49.26%
G = 33.74%
B = 17%

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

#C88945 (or 0xC88945) is known color: Peru. HEX triplet: C8, 89 and 45. RGB value is (200,137,69). Sum of RGB (Red+Green+Blue) = 200+137+69=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C88945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88945 is #3776BA. Grayscale: #949494. Windows color (decimal): -3634875 or 4557256. OLE color: 4557256.

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

Color convert

RGB 200 137 69 -
CMYK 0 0.32 0.66 0.22
HSL 31.15º 0.54% 0.53% -
HSV(B) 31.15º 0.66% 0.78% -
XYZ 33.84 30.6 9.75 -
YUV 148.09 83.37 165.03 -
System Red Green Blue C M Y K H S L
Decimal 200 137 69 0 0.32 0.66 0.22 31.15 0.54 0.53
Hex C8 89 45 0 20 42 16 1F 36 35
Octal 310 211 105 0 40 102 26 37 66 65
Binary 11001000 10001001 1000101 0 100000 1000010 10110 11111 110110 110101

Color Harmonies of #C88945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88945

Black with #C88945

Text Example


Text Example

White with #C88945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88945; }

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

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

background-color css

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

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

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

border-color css

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

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

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