Html Css Color HEX #C17356 Japonica

📋 copy color: '#C17356'

red 193 ◦ green 115 ◦ blue 86

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

Shades of Japonica #C17356

Tints of Japonica #C17356

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.19%

 BLUE value IS 86 (33.98% from 255) = 21.83%

R = 48.98%
G = 29.19%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C17356 (or 0xC17356) is known color: Japonica. HEX triplet: C1, 73 and 56. RGB value is (193,115,86). Sum of RGB (Red+Green+Blue) = 193+115+86=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C17356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17356 is #3E8CA9. Grayscale: #878787. Windows color (decimal): -4099242 or 5665729. OLE color: 5665729.

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

Color convert

RGB 193 115 86 -
CMYK 0 0.40 0.55 0.24
HSL 16.26º 0.46% 0.55% -
HSV(B) 16.26º 0.55% 0.76% -
XYZ 29.8 24.27 11.92 -
YUV 135.02 100.34 169.36 -
System Red Green Blue C M Y K H S L
Decimal 193 115 86 0 0.40 0.55 0.24 16.26 0.46 0.55
Hex C1 73 56 0 28 37 18 10 2E 37
Octal 301 163 126 0 50 67 30 20 56 67
Binary 11000001 1110011 1010110 0 101000 110111 11000 10000 101110 110111

Color Harmonies of #C17356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17356

Black with #C17356

Text Example


Text Example

White with #C17356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17356; }

 p { color: rgb(193,115,86); }

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

background-color css

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

 a { background-color: rgb(193,115,86); }

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

border-color css

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

 span { border-color: rgb(193,115,86); }

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