Html Css Color HEX #C88641 Peru

📋 copy color: '#C88641'

red 200 ◦ green 134 ◦ blue 65

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

Shades of Peru #C88641

Tints of Peru #C88641

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.58%

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

R = 50.13%
G = 33.58%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C88641 (or 0xC88641) is known color: Peru. HEX triplet: C8, 86 and 41. RGB value is (200,134,65). Sum of RGB (Red+Green+Blue) = 200+134+65=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C88641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88641 is #3779BE. Grayscale: #929292. Windows color (decimal): -3635647 or 4294344. OLE color: 4294344.

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

Color convert

RGB 200 134 65 -
CMYK 0 0.33 0.68 0.22
HSL 30.67º 0.55% 0.52% -
HSV(B) 30.67º 0.68% 0.78% -
XYZ 33.3 29.71 8.98 -
YUV 145.87 82.37 166.61 -
System Red Green Blue C M Y K H S L
Decimal 200 134 65 0 0.33 0.68 0.22 30.67 0.55 0.52
Hex C8 86 41 0 21 44 16 1F 37 34
Octal 310 206 101 0 41 104 26 37 67 64
Binary 11001000 10000110 1000001 0 100001 1000100 10110 11111 110111 110100

Color Harmonies of #C88641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88641

Black with #C88641

Text Example


Text Example

White with #C88641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88641; }

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

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

background-color css

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

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

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

border-color css

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

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

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