Html Css Color HEX #C98648 Peru

📋 copy color: '#C98648'

red 201 ◦ green 134 ◦ blue 72

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

Shades of Peru #C98648

Tints of Peru #C98648

RGB

 RED value IS 201 (78.91% from 255) = 49.39%

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

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

R = 49.39%
G = 32.92%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C98648 (or 0xC98648) is known color: Peru. HEX triplet: C9, 86 and 48. RGB value is (201,134,72). Sum of RGB (Red+Green+Blue) = 201+134+72=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C98648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98648 is #3679B7. Grayscale: #939393. Windows color (decimal): -3570104 or 4753097. OLE color: 4753097.

HSL color Cylindrical-coordinate representation of color #C98648: hue angle of 28.84º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C98648 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 134 72 -
CMYK 0 0.33 0.64 0.21
HSL 28.84º 0.54% 0.54% -
HSV(B) 28.84º 0.64% 0.79% -
XYZ 33.78 29.94 10.13 -
YUV 146.97 85.7 166.54 -
System Red Green Blue C M Y K H S L
Decimal 201 134 72 0 0.33 0.64 0.21 28.84 0.54 0.54
Hex C9 86 48 0 21 40 15 1D 36 36
Octal 311 206 110 0 41 100 25 35 66 66
Binary 11001001 10000110 1001000 0 100001 1000000 10101 11101 110110 110110

Color Harmonies of #C98648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98648

Black with #C98648

Text Example


Text Example

White with #C98648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98648; }

 p { color: rgb(201,134,72); }

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

background-color css

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

 a { background-color: rgb(201,134,72); }

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

border-color css

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

 span { border-color: rgb(201,134,72); }

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