Html Css Color HEX #C98445 Peru

📋 copy color: '#C98445'

red 201 ◦ green 132 ◦ blue 69

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

Shades of Peru #C98445

Tints of Peru #C98445

RGB

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

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

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

R = 50%
G = 32.84%
B = 17.16%

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

#C98445 (or 0xC98445) is known color: Peru. HEX triplet: C9, 84 and 45. RGB value is (201,132,69). Sum of RGB (Red+Green+Blue) = 201+132+69=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C98445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98445 is #367BBA. Grayscale: #919191. Windows color (decimal): -3570619 or 4555977. OLE color: 4555977.

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

Color convert

RGB 201 132 69 -
CMYK 0 0.34 0.66 0.21
HSL 28.64º 0.55% 0.53% -
HSV(B) 28.64º 0.66% 0.79% -
XYZ 33.41 29.35 9.53 -
YUV 145.45 84.86 167.62 -
System Red Green Blue C M Y K H S L
Decimal 201 132 69 0 0.34 0.66 0.21 28.64 0.55 0.53
Hex C9 84 45 0 22 42 15 1D 37 35
Octal 311 204 105 0 42 102 25 35 67 65
Binary 11001001 10000100 1000101 0 100010 1000010 10101 11101 110111 110101

Color Harmonies of #C98445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98445

Black with #C98445

Text Example


Text Example

White with #C98445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98445; }

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

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

background-color css

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

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

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

border-color css

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

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

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