Html Css Color HEX #C98444 Peru

📋 copy color: '#C98444'

red 201 ◦ green 132 ◦ blue 68

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

Shades of Peru #C98444

Tints of Peru #C98444

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.92%

 BLUE value IS 68 (26.95% from 255) = 16.96%

R = 50.12%
G = 32.92%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C98444 (or 0xC98444) is known color: Peru. HEX triplet: C9, 84 and 44. RGB value is (201,132,68). Sum of RGB (Red+Green+Blue) = 201+132+68=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C98444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98444 is #367BBB. Grayscale: #919191. Windows color (decimal): -3570620 or 4490441. OLE color: 4490441.

HSL color Cylindrical-coordinate representation of color #C98444: hue angle of 28.87º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C98444 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 132 68 -
CMYK 0 0.34 0.66 0.21
HSL 28.87º 0.55% 0.53% -
HSV(B) 28.87º 0.66% 0.79% -
XYZ 33.38 29.34 9.37 -
YUV 145.34 84.36 167.7 -
System Red Green Blue C M Y K H S L
Decimal 201 132 68 0 0.34 0.66 0.21 28.87 0.55 0.53
Hex C9 84 44 0 22 42 15 1D 37 35
Octal 311 204 104 0 42 102 25 35 67 65
Binary 11001001 10000100 1000100 0 100010 1000010 10101 11101 110111 110101

Color Harmonies of #C98444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98444

Black with #C98444

Text Example


Text Example

White with #C98444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98444; }

 p { color: rgb(201,132,68); }

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

background-color css

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

 a { background-color: rgb(201,132,68); }

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

border-color css

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

 span { border-color: rgb(201,132,68); }

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