Html Css Color HEX #C17960 Japonica

📋 copy color: '#C17960'

red 193 ◦ green 121 ◦ blue 96

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

Shades of Japonica #C17960

Tints of Japonica #C17960

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.51%

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

R = 47.07%
G = 29.51%
B = 23.41%

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

#C17960 (or 0xC17960) is known color: Japonica. HEX triplet: C1, 79 and 60. RGB value is (193,121,96). Sum of RGB (Red+Green+Blue) = 193+121+96=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C17960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17960 is #3E869F. Grayscale: #8B8B8B. Windows color (decimal): -4097696 or 6322625. OLE color: 6322625.

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

Color convert

RGB 193 121 96 -
CMYK 0 0.37 0.50 0.24
HSL 15.46º 0.44% 0.57% -
HSV(B) 15.46º 0.5% 0.76% -
XYZ 30.94 25.86 14.43 -
YUV 139.68 103.35 166.03 -
System Red Green Blue C M Y K H S L
Decimal 193 121 96 0 0.37 0.50 0.24 15.46 0.44 0.57
Hex C1 79 60 0 25 32 18 F 2C 39
Octal 301 171 140 0 45 62 30 17 54 71
Binary 11000001 1111001 1100000 0 100101 110010 11000 1111 101100 111001

Color Harmonies of #C17960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17960

Black with #C17960

Text Example


Text Example

White with #C17960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17960; }

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

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

background-color css

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

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

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

border-color css

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

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

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