Html Css Color HEX #C98545 Peru

📋 copy color: '#C98545'

red 201 ◦ green 133 ◦ blue 69

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

Shades of Peru #C98545

Tints of Peru #C98545

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33%

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

R = 49.88%
G = 33%
B = 17.12%

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

#C98545 (or 0xC98545) is known color: Peru. HEX triplet: C9, 85 and 45. RGB value is (201,133,69). Sum of RGB (Red+Green+Blue) = 201+133+69=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C98545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98545 is #367ABA. Grayscale: #929292. Windows color (decimal): -3570363 or 4556233. OLE color: 4556233.

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

Color convert

RGB 201 133 69 -
CMYK 0 0.34 0.66 0.21
HSL 29.09º 0.55% 0.53% -
HSV(B) 29.09º 0.66% 0.79% -
XYZ 33.55 29.62 9.58 -
YUV 146.04 84.53 167.2 -
System Red Green Blue C M Y K H S L
Decimal 201 133 69 0 0.34 0.66 0.21 29.09 0.55 0.53
Hex C9 85 45 0 22 42 15 1D 37 35
Octal 311 205 105 0 42 102 25 35 67 65
Binary 11001001 10000101 1000101 0 100010 1000010 10101 11101 110111 110101

Color Harmonies of #C98545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98545

Black with #C98545

Text Example


Text Example

White with #C98545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98545; }

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

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

background-color css

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

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

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

border-color css

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

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

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