Html Css Color HEX #C17660 Japonica

📋 copy color: '#C17660'

red 193 ◦ green 118 ◦ blue 96

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

Shades of Japonica #C17660

Tints of Japonica #C17660

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.99%

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

R = 47.42%
G = 28.99%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C17660 (or 0xC17660) is known color: Japonica. HEX triplet: C1, 76 and 60. RGB value is (193,118,96). Sum of RGB (Red+Green+Blue) = 193+118+96=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C17660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17660 is #3E899F. Grayscale: #8A8A8A. Windows color (decimal): -4098464 or 6321857. OLE color: 6321857.

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

Color convert

RGB 193 118 96 -
CMYK 0 0.39 0.50 0.24
HSL 13.61º 0.44% 0.57% -
HSV(B) 13.61º 0.5% 0.76% -
XYZ 30.58 25.14 14.31 -
YUV 137.92 104.35 167.29 -
System Red Green Blue C M Y K H S L
Decimal 193 118 96 0 0.39 0.50 0.24 13.61 0.44 0.57
Hex C1 76 60 0 27 32 18 E 2C 39
Octal 301 166 140 0 47 62 30 16 54 71
Binary 11000001 1110110 1100000 0 100111 110010 11000 1110 101100 111001

Color Harmonies of #C17660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17660

Black with #C17660

Text Example


Text Example

White with #C17660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17660; }

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

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

background-color css

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

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

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

border-color css

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

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

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