Html Css Color HEX #C16E5A Japonica

📋 copy color: '#C16E5A'

red 193 ◦ green 110 ◦ blue 90

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

Shades of Japonica #C16E5A

Tints of Japonica #C16E5A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.99%

 BLUE value IS 90 (35.55% from 255) = 22.9%

R = 49.11%
G = 27.99%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C16E5A (or 0xC16E5A) is known color: Japonica. HEX triplet: C1, 6E and 5A. RGB value is (193,110,90). Sum of RGB (Red+Green+Blue) = 193+110+90=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16E5A is #3E91A5. Grayscale: #848484. Windows color (decimal): -4100518 or 5926593. OLE color: 5926593.

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

Color convert

RGB 193 110 90 -
CMYK 0 0.43 0.53 0.24
HSL 11.65º 0.45% 0.55% -
HSV(B) 11.65º 0.53% 0.76% -
XYZ 29.41 23.23 12.61 -
YUV 132.54 104 171.13 -
System Red Green Blue C M Y K H S L
Decimal 193 110 90 0 0.43 0.53 0.24 11.65 0.45 0.55
Hex C1 6E 5A 0 2B 35 18 C 2D 37
Octal 301 156 132 0 53 65 30 14 55 67
Binary 11000001 1101110 1011010 0 101011 110101 11000 1100 101101 110111

Color Harmonies of #C16E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16E5A

Black with #C16E5A

Text Example


Text Example

White with #C16E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16E5A; }

 p { color: rgb(193,110,90); }

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

background-color css

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

 a { background-color: rgb(193,110,90); }

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

border-color css

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

 span { border-color: rgb(193,110,90); }

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