Html Css Color HEX #C98642 Peru

📋 copy color: '#C98642'

red 201 ◦ green 134 ◦ blue 66

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

Shades of Peru #C98642

Tints of Peru #C98642

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.42%

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

R = 50.12%
G = 33.42%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C98642 (or 0xC98642) is known color: Peru. HEX triplet: C9, 86 and 42. RGB value is (201,134,66). Sum of RGB (Red+Green+Blue) = 201+134+66=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 66 (26.17% from 255 or 16.46% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C98642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98642 is #3679BD. Grayscale: #929292. Windows color (decimal): -3570110 or 4359881. OLE color: 4359881.

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

Color convert

RGB 201 134 66 -
CMYK 0 0.33 0.67 0.21
HSL 30.22º 0.56% 0.52% -
HSV(B) 30.22º 0.67% 0.79% -
XYZ 33.6 29.86 9.15 -
YUV 146.28 82.7 167.03 -
System Red Green Blue C M Y K H S L
Decimal 201 134 66 0 0.33 0.67 0.21 30.22 0.56 0.52
Hex C9 86 42 0 21 43 15 1E 38 34
Octal 311 206 102 0 41 103 25 36 70 64
Binary 11001001 10000110 1000010 0 100001 1000011 10101 11110 111000 110100

Color Harmonies of #C98642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98642

Black with #C98642

Text Example


Text Example

White with #C98642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98642; }

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

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

background-color css

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

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

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

border-color css

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

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

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