Html Css Color HEX #C16F57 Japonica

📋 copy color: '#C16F57'

red 193 ◦ green 111 ◦ blue 87

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

Shades of Japonica #C16F57

Tints of Japonica #C16F57

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.39%

 BLUE value IS 87 (34.38% from 255) = 22.25%

R = 49.36%
G = 28.39%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C16F57 (or 0xC16F57) is known color: Japonica. HEX triplet: C1, 6F and 57. RGB value is (193,111,87). Sum of RGB (Red+Green+Blue) = 193+111+87=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16F57 is #3E90A8. Grayscale: #848484. Windows color (decimal): -4100265 or 5730241. OLE color: 5730241.

HSL color Cylindrical-coordinate representation of color #C16F57: hue angle of 13.58º 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 #C16F57 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 111 87 -
CMYK 0 0.42 0.55 0.24
HSL 13.58º 0.46% 0.55% -
HSV(B) 13.58º 0.55% 0.76% -
XYZ 29.4 23.39 11.98 -
YUV 132.78 102.17 170.95 -
System Red Green Blue C M Y K H S L
Decimal 193 111 87 0 0.42 0.55 0.24 13.58 0.46 0.55
Hex C1 6F 57 0 2A 37 18 E 2E 37
Octal 301 157 127 0 52 67 30 16 56 67
Binary 11000001 1101111 1010111 0 101010 110111 11000 1110 101110 110111

Color Harmonies of #C16F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16F57

Black with #C16F57

Text Example


Text Example

White with #C16F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16F57; }

 p { color: rgb(193,111,87); }

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

background-color css

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

 a { background-color: rgb(193,111,87); }

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

border-color css

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

 span { border-color: rgb(193,111,87); }

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