Html Css Color HEX #C98442 Peru

📋 copy color: '#C98442'

red 201 ◦ green 132 ◦ blue 66

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

Shades of Peru #C98442

Tints of Peru #C98442

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.08%

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

R = 50.38%
G = 33.08%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C98442 (or 0xC98442) is known color: Peru. HEX triplet: C9, 84 and 42. RGB value is (201,132,66). Sum of RGB (Red+Green+Blue) = 201+132+66=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C98442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98442 is #367BBD. Grayscale: #919191. Windows color (decimal): -3570622 or 4359369. OLE color: 4359369.

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

Color convert

RGB 201 132 66 -
CMYK 0 0.34 0.67 0.21
HSL 29.33º 0.56% 0.52% -
HSV(B) 29.33º 0.67% 0.79% -
XYZ 33.32 29.31 9.06 -
YUV 145.11 83.36 167.87 -
System Red Green Blue C M Y K H S L
Decimal 201 132 66 0 0.34 0.67 0.21 29.33 0.56 0.52
Hex C9 84 42 0 22 43 15 1D 38 34
Octal 311 204 102 0 42 103 25 35 70 64
Binary 11001001 10000100 1000010 0 100010 1000011 10101 11101 111000 110100

Color Harmonies of #C98442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98442

Black with #C98442

Text Example


Text Example

White with #C98442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98442; }

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

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

background-color css

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

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

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

border-color css

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

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

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