Html Css Color HEX #C98542 Peru

📋 copy color: '#C98542'

red 201 ◦ green 133 ◦ blue 66

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

Shades of Peru #C98542

Tints of Peru #C98542

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.25%

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

R = 50.25%
G = 33.25%
B = 16.5%

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

#C98542 (or 0xC98542) is known color: Peru. HEX triplet: C9, 85 and 42. RGB value is (201,133,66). Sum of RGB (Red+Green+Blue) = 201+133+66=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C98542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98542 is #367ABD. Grayscale: #929292. Windows color (decimal): -3570366 or 4359625. OLE color: 4359625.

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

Color convert

RGB 201 133 66 -
CMYK 0 0.34 0.67 0.21
HSL 29.78º 0.56% 0.52% -
HSV(B) 29.78º 0.67% 0.79% -
XYZ 33.46 29.59 9.1 -
YUV 145.69 83.03 167.45 -
System Red Green Blue C M Y K H S L
Decimal 201 133 66 0 0.34 0.67 0.21 29.78 0.56 0.52
Hex C9 85 42 0 22 43 15 1E 38 34
Octal 311 205 102 0 42 103 25 36 70 64
Binary 11001001 10000101 1000010 0 100010 1000011 10101 11110 111000 110100

Color Harmonies of #C98542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98542

Black with #C98542

Text Example


Text Example

White with #C98542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98542; }

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

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

background-color css

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

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

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

border-color css

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

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

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