Html Css Color HEX #C98342 Peru

📋 copy color: '#C98342'

red 201 ◦ green 131 ◦ blue 66

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

Shades of Peru #C98342

Tints of Peru #C98342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.58%

R = 50.5%
G = 32.91%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C98342 (or 0xC98342) is known color: Peru. HEX triplet: C9, 83 and 42. RGB value is (201,131,66). Sum of RGB (Red+Green+Blue) = 201+131+66=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C98342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98342 is #367CBD. Grayscale: #909090. Windows color (decimal): -3570878 or 4359113. OLE color: 4359113.

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

Color convert

RGB 201 131 66 -
CMYK 0 0.35 0.67 0.21
HSL 28.89º 0.56% 0.52% -
HSV(B) 28.89º 0.67% 0.79% -
XYZ 33.19 29.04 9.01 -
YUV 144.52 83.69 168.29 -
System Red Green Blue C M Y K H S L
Decimal 201 131 66 0 0.35 0.67 0.21 28.89 0.56 0.52
Hex C9 83 42 0 23 43 15 1D 38 34
Octal 311 203 102 0 43 103 25 35 70 64
Binary 11001001 10000011 1000010 0 100011 1000011 10101 11101 111000 110100

Color Harmonies of #C98342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98342

Black with #C98342

Text Example


Text Example

White with #C98342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98342; }

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

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

background-color css

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

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

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

border-color css

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

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

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