Html Css Color HEX #C98844 Peru

📋 copy color: '#C98844'

red 201 ◦ green 136 ◦ blue 68

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

Shades of Peru #C98844

Tints of Peru #C98844

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.58%

 BLUE value IS 68 (26.95% from 255) = 16.79%

R = 49.63%
G = 33.58%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C98844 (or 0xC98844) is known color: Peru. HEX triplet: C9, 88 and 44. RGB value is (201,136,68). Sum of RGB (Red+Green+Blue) = 201+136+68=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 68 (26.95% from 255 or 16.79% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C98844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98844 is #3677BB. Grayscale: #949494. Windows color (decimal): -3569596 or 4491465. OLE color: 4491465.

HSL color Cylindrical-coordinate representation of color #C98844: hue angle of 30.68º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C98844 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 136 68 -
CMYK 0 0.32 0.66 0.21
HSL 30.68º 0.55% 0.53% -
HSV(B) 30.68º 0.66% 0.79% -
XYZ 33.93 30.44 9.56 -
YUV 147.68 83.03 166.03 -
System Red Green Blue C M Y K H S L
Decimal 201 136 68 0 0.32 0.66 0.21 30.68 0.55 0.53
Hex C9 88 44 0 20 42 15 1F 37 35
Octal 311 210 104 0 40 102 25 37 67 65
Binary 11001001 10001000 1000100 0 100000 1000010 10101 11111 110111 110101

Color Harmonies of #C98844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98844

Black with #C98844

Text Example


Text Example

White with #C98844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98844; }

 p { color: rgb(201,136,68); }

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

background-color css

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

 a { background-color: rgb(201,136,68); }

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

border-color css

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

 span { border-color: rgb(201,136,68); }

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