Html Css Color HEX #C98541 Peru

📋 copy color: '#C98541'

red 201 ◦ green 133 ◦ blue 65

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

Shades of Peru #C98541

Tints of Peru #C98541

RGB

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

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

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

R = 50.38%
G = 33.33%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C98541 (or 0xC98541) is known color: Peru. HEX triplet: C9, 85 and 41. RGB value is (201,133,65). Sum of RGB (Red+Green+Blue) = 201+133+65=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C98541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98541 is #367ABE. Grayscale: #919191. Windows color (decimal): -3570367 or 4294089. OLE color: 4294089.

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

Color convert

RGB 201 133 65 -
CMYK 0 0.34 0.68 0.21
HSL 30º 0.56% 0.52% -
HSV(B) 30º 0.68% 0.79% -
XYZ 33.43 29.57 8.95 -
YUV 145.58 82.53 167.53 -
System Red Green Blue C M Y K H S L
Decimal 201 133 65 0 0.34 0.68 0.21 30 0.56 0.52
Hex C9 85 41 0 22 44 15 1E 38 34
Octal 311 205 101 0 42 104 25 36 70 64
Binary 11001001 10000101 1000001 0 100010 1000100 10101 11110 111000 110100

Color Harmonies of #C98541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98541

Black with #C98541

Text Example


Text Example

White with #C98541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98541; }

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

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

background-color css

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

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

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

border-color css

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

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

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