Html Css Color HEX #C17059 Japonica

📋 copy color: '#C17059'

red 193 ◦ green 112 ◦ blue 89

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

Shades of Japonica #C17059

Tints of Japonica #C17059

RGB

 RED value IS 193 (75.78% from 255) = 48.98%

 GREEN value IS 112 (44.14% from 255) = 28.43%

 BLUE value IS 89 (35.16% from 255) = 22.59%

R = 48.98%
G = 28.43%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C17059 (or 0xC17059) is known color: Japonica. HEX triplet: C1, 70 and 59. RGB value is (193,112,89). Sum of RGB (Red+Green+Blue) = 193+112+89=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C17059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17059 is #3E8FA6. Grayscale: #858585. Windows color (decimal): -4100007 or 5861569. OLE color: 5861569.

HSL color Cylindrical-coordinate representation of color #C17059: hue angle of 13.27º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C17059 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 112 89 -
CMYK 0 0.42 0.54 0.24
HSL 13.27º 0.46% 0.55% -
HSV(B) 13.27º 0.54% 0.76% -
XYZ 29.59 23.65 12.46 -
YUV 133.6 102.84 170.37 -
System Red Green Blue C M Y K H S L
Decimal 193 112 89 0 0.42 0.54 0.24 13.27 0.46 0.55
Hex C1 70 59 0 2A 36 18 D 2E 37
Octal 301 160 131 0 52 66 30 15 56 67
Binary 11000001 1110000 1011001 0 101010 110110 11000 1101 101110 110111

Color Harmonies of #C17059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17059

Black with #C17059

Text Example


Text Example

White with #C17059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17059; }

 p { color: rgb(193,112,89); }

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

background-color css

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

 a { background-color: rgb(193,112,89); }

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

border-color css

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

 span { border-color: rgb(193,112,89); }

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