Html Css Color HEX #C98348 Peru

📋 copy color: '#C98348'

red 201 ◦ green 131 ◦ blue 72

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

Shades of Peru #C98348

Tints of Peru #C98348

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.43%

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

R = 49.75%
G = 32.43%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C98348 (or 0xC98348) is known color: Peru. HEX triplet: C9, 83 and 48. RGB value is (201,131,72). Sum of RGB (Red+Green+Blue) = 201+131+72=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C98348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98348 is #367CB7. Grayscale: #919191. Windows color (decimal): -3570872 or 4752329. OLE color: 4752329.

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

Color convert

RGB 201 131 72 -
CMYK 0 0.35 0.64 0.21
HSL 27.44º 0.54% 0.54% -
HSV(B) 27.44º 0.64% 0.79% -
XYZ 33.37 29.12 9.99 -
YUV 145.2 86.69 167.8 -
System Red Green Blue C M Y K H S L
Decimal 201 131 72 0 0.35 0.64 0.21 27.44 0.54 0.54
Hex C9 83 48 0 23 40 15 1B 36 36
Octal 311 203 110 0 43 100 25 33 66 66
Binary 11001001 10000011 1001000 0 100011 1000000 10101 11011 110110 110110

Color Harmonies of #C98348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98348

Black with #C98348

Text Example


Text Example

White with #C98348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98348; }

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

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

background-color css

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

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

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

border-color css

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

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

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