Html Css Color HEX #C98748 Peru

📋 copy color: '#C98748'

red 201 ◦ green 135 ◦ blue 72

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

Shades of Peru #C98748

Tints of Peru #C98748

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.09%

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

R = 49.26%
G = 33.09%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C98748 (or 0xC98748) is known color: Peru. HEX triplet: C9, 87 and 48. RGB value is (201,135,72). Sum of RGB (Red+Green+Blue) = 201+135+72=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C98748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98748 is #3678B7. Grayscale: #939393. Windows color (decimal): -3569848 or 4753353. OLE color: 4753353.

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

Color convert

RGB 201 135 72 -
CMYK 0 0.33 0.64 0.21
HSL 29.3º 0.54% 0.54% -
HSV(B) 29.3º 0.64% 0.79% -
XYZ 33.92 30.21 10.17 -
YUV 147.55 85.37 166.12 -
System Red Green Blue C M Y K H S L
Decimal 201 135 72 0 0.33 0.64 0.21 29.3 0.54 0.54
Hex C9 87 48 0 21 40 15 1D 36 36
Octal 311 207 110 0 41 100 25 35 66 66
Binary 11001001 10000111 1001000 0 100001 1000000 10101 11101 110110 110110

Color Harmonies of #C98748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98748

Black with #C98748

Text Example


Text Example

White with #C98748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98748; }

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

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

background-color css

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

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

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

border-color css

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

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

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