Html Css Color HEX #C68348 Peru

📋 copy color: '#C68348'

red 198 ◦ green 131 ◦ blue 72

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

Shades of Peru #C68348

Tints of Peru #C68348

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.67%

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

R = 49.38%
G = 32.67%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C68348 (or 0xC68348) is known color: Peru. HEX triplet: C6, 83 and 48. RGB value is (198,131,72). Sum of RGB (Red+Green+Blue) = 198+131+72=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C68348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68348 is #397CB7. Grayscale: #909090. Windows color (decimal): -3767480 or 4752326. OLE color: 4752326.

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

Color convert

RGB 198 131 72 -
CMYK 0 0.34 0.64 0.22
HSL 28.1º 0.53% 0.53% -
HSV(B) 28.1º 0.64% 0.78% -
XYZ 32.57 28.71 9.95 -
YUV 144.31 87.2 166.3 -
System Red Green Blue C M Y K H S L
Decimal 198 131 72 0 0.34 0.64 0.22 28.1 0.53 0.53
Hex C6 83 48 0 22 40 16 1C 34 35
Octal 306 203 110 0 42 100 26 34 64 65
Binary 11000110 10000011 1001000 0 100010 1000000 10110 11100 110100 110101

Color Harmonies of #C68348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68348

Black with #C68348

Text Example


Text Example

White with #C68348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68348; }

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

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

background-color css

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

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

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

border-color css

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

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

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