Html Css Color HEX #C88741 Peru

📋 copy color: '#C88741'

red 200 ◦ green 135 ◦ blue 65

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

Shades of Peru #C88741

Tints of Peru #C88741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.25%

R = 50%
G = 33.75%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C88741 (or 0xC88741) is known color: Peru. HEX triplet: C8, 87 and 41. RGB value is (200,135,65). Sum of RGB (Red+Green+Blue) = 200+135+65=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C88741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88741 is #3778BE. Grayscale: #929292. Windows color (decimal): -3635391 or 4294600. OLE color: 4294600.

HSL color Cylindrical-coordinate representation of color #C88741: hue angle of 31.11º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C88741 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 135 65 -
CMYK 0 0.32 0.68 0.22
HSL 31.11º 0.55% 0.52% -
HSV(B) 31.11º 0.68% 0.78% -
XYZ 33.44 29.99 9.03 -
YUV 146.46 82.03 166.19 -
System Red Green Blue C M Y K H S L
Decimal 200 135 65 0 0.32 0.68 0.22 31.11 0.55 0.52
Hex C8 87 41 0 20 44 16 1F 37 34
Octal 310 207 101 0 40 104 26 37 67 64
Binary 11001000 10000111 1000001 0 100000 1000100 10110 11111 110111 110100

Color Harmonies of #C88741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88741

Black with #C88741

Text Example


Text Example

White with #C88741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88741; }

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

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

background-color css

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

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

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

border-color css

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

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

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