Html Css Color HEX #C17355 Japonica

📋 copy color: '#C17355'

red 193 ◦ green 115 ◦ blue 85

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

Shades of Japonica #C17355

Tints of Japonica #C17355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.63%

R = 49.11%
G = 29.26%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C17355 (or 0xC17355) is known color: Japonica. HEX triplet: C1, 73 and 55. RGB value is (193,115,85). Sum of RGB (Red+Green+Blue) = 193+115+85=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C17355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17355 is #3E8CAA. Grayscale: #878787. Windows color (decimal): -4099243 or 5600193. OLE color: 5600193.

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

Color convert

RGB 193 115 85 -
CMYK 0 0.40 0.56 0.24
HSL 16.67º 0.47% 0.55% -
HSV(B) 16.67º 0.56% 0.76% -
XYZ 29.76 24.25 11.71 -
YUV 134.9 99.84 169.44 -
System Red Green Blue C M Y K H S L
Decimal 193 115 85 0 0.40 0.56 0.24 16.67 0.47 0.55
Hex C1 73 55 0 28 38 18 11 2F 37
Octal 301 163 125 0 50 70 30 21 57 67
Binary 11000001 1110011 1010101 0 101000 111000 11000 10001 101111 110111

Color Harmonies of #C17355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17355

Black with #C17355

Text Example


Text Example

White with #C17355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17355; }

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

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

background-color css

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

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

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

border-color css

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

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

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