Html Css Color HEX #C98948 Peru

📋 copy color: '#C98948'

red 201 ◦ green 137 ◦ blue 72

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

Shades of Peru #C98948

Tints of Peru #C98948

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.41%

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

R = 49.02%
G = 33.41%
B = 17.56%

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

#C98948 (or 0xC98948) is known color: Peru. HEX triplet: C9, 89 and 48. RGB value is (201,137,72). Sum of RGB (Red+Green+Blue) = 201+137+72=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C98948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98948 is #3676B7. Grayscale: #959595. Windows color (decimal): -3569336 or 4753865. OLE color: 4753865.

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

Color convert

RGB 201 137 72 -
CMYK 0 0.32 0.64 0.21
HSL 30.23º 0.54% 0.54% -
HSV(B) 30.23º 0.64% 0.79% -
XYZ 34.2 30.78 10.27 -
YUV 148.73 84.7 165.29 -
System Red Green Blue C M Y K H S L
Decimal 201 137 72 0 0.32 0.64 0.21 30.23 0.54 0.54
Hex C9 89 48 0 20 40 15 1E 36 36
Octal 311 211 110 0 40 100 25 36 66 66
Binary 11001001 10001001 1001000 0 100000 1000000 10101 11110 110110 110110

Color Harmonies of #C98948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98948

Black with #C98948

Text Example


Text Example

White with #C98948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98948; }

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

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

background-color css

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

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

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

border-color css

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

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

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