Html Css Color HEX #C17A60 Japonica

📋 copy color: '#C17A60'

red 193 ◦ green 122 ◦ blue 96

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

Shades of Japonica #C17A60

Tints of Japonica #C17A60

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.68%

 BLUE value IS 96 (37.89% from 255) = 23.36%

R = 46.96%
G = 29.68%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C17A60 (or 0xC17A60) is known color: Japonica. HEX triplet: C1, 7A and 60. RGB value is (193,122,96). Sum of RGB (Red+Green+Blue) = 193+122+96=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17A60 is #3E859F. Grayscale: #8C8C8C. Windows color (decimal): -4097440 or 6322881. OLE color: 6322881.

HSL color Cylindrical-coordinate representation of color #C17A60: hue angle of 16.08º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C17A60 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 122 96 -
CMYK 0 0.37 0.50 0.24
HSL 16.08º 0.44% 0.57% -
HSV(B) 16.08º 0.5% 0.76% -
XYZ 31.06 26.1 14.47 -
YUV 140.27 103.02 165.61 -
System Red Green Blue C M Y K H S L
Decimal 193 122 96 0 0.37 0.50 0.24 16.08 0.44 0.57
Hex C1 7A 60 0 25 32 18 10 2C 39
Octal 301 172 140 0 45 62 30 20 54 71
Binary 11000001 1111010 1100000 0 100101 110010 11000 10000 101100 111001

Color Harmonies of #C17A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17A60

Black with #C17A60

Text Example


Text Example

White with #C17A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17A60; }

 p { color: rgb(193,122,96); }

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

background-color css

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

 a { background-color: rgb(193,122,96); }

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

border-color css

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

 span { border-color: rgb(193,122,96); }

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