Html Css Color HEX #C68848 Peru

📋 copy color: '#C68848'

red 198 ◦ green 136 ◦ blue 72

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

Shades of Peru #C68848

Tints of Peru #C68848

RGB

 RED value IS 198 (77.73% from 255) = 48.77%

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

 BLUE value IS 72 (28.52% from 255) = 17.73%

R = 48.77%
G = 33.5%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C68848 (or 0xC68848) is known color: Peru. HEX triplet: C6, 88 and 48. RGB value is (198,136,72). Sum of RGB (Red+Green+Blue) = 198+136+72=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C68848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68848 is #3977B7. Grayscale: #939393. Windows color (decimal): -3766200 or 4753606. OLE color: 4753606.

HSL color Cylindrical-coordinate representation of color #C68848: hue angle of 30.48º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C68848 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 136 72 -
CMYK 0 0.31 0.64 0.22
HSL 30.48º 0.53% 0.53% -
HSV(B) 30.48º 0.64% 0.78% -
XYZ 33.26 30.08 10.18 -
YUV 147.24 85.54 164.2 -
System Red Green Blue C M Y K H S L
Decimal 198 136 72 0 0.31 0.64 0.22 30.48 0.53 0.53
Hex C6 88 48 0 1F 40 16 1E 34 35
Octal 306 210 110 0 37 100 26 36 64 65
Binary 11000110 10001000 1001000 0 11111 1000000 10110 11110 110100 110101

Color Harmonies of #C68848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68848

Black with #C68848

Text Example


Text Example

White with #C68848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68848; }

 p { color: rgb(198,136,72); }

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

background-color css

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

 a { background-color: rgb(198,136,72); }

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

border-color css

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

 span { border-color: rgb(198,136,72); }

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