Html Css Color HEX #C98848 Peru

📋 copy color: '#C98848'

red 201 ◦ green 136 ◦ blue 72

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

Shades of Peru #C98848

Tints of Peru #C98848

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.25%

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

R = 49.14%
G = 33.25%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C98848 (or 0xC98848) is known color: Peru. HEX triplet: C9, 88 and 48. RGB value is (201,136,72). Sum of RGB (Red+Green+Blue) = 201+136+72=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C98848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98848 is #3677B7. Grayscale: #949494. Windows color (decimal): -3569592 or 4753609. OLE color: 4753609.

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

Color convert

RGB 201 136 72 -
CMYK 0 0.32 0.64 0.21
HSL 29.77º 0.54% 0.54% -
HSV(B) 29.77º 0.64% 0.79% -
XYZ 34.06 30.49 10.22 -
YUV 148.14 85.03 165.7 -
System Red Green Blue C M Y K H S L
Decimal 201 136 72 0 0.32 0.64 0.21 29.77 0.54 0.54
Hex C9 88 48 0 20 40 15 1E 36 36
Octal 311 210 110 0 40 100 25 36 66 66
Binary 11001001 10001000 1001000 0 100000 1000000 10101 11110 110110 110110

Color Harmonies of #C98848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98848

Black with #C98848

Text Example


Text Example

White with #C98848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98848; }

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

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

background-color css

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

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

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

border-color css

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

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

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