Html Css Color HEX #C17057 Japonica

📋 copy color: '#C17057'

red 193 ◦ green 112 ◦ blue 87

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

Shades of Japonica #C17057

Tints of Japonica #C17057

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.57%

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

R = 49.23%
G = 28.57%
B = 22.19%

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

#C17057 (or 0xC17057) is known color: Japonica. HEX triplet: C1, 70 and 57. RGB value is (193,112,87). Sum of RGB (Red+Green+Blue) = 193+112+87=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C17057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17057 is #3E8FA8. Grayscale: #858585. Windows color (decimal): -4100009 or 5730497. OLE color: 5730497.

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

Color convert

RGB 193 112 87 -
CMYK 0 0.42 0.55 0.24
HSL 14.15º 0.46% 0.55% -
HSV(B) 14.15º 0.55% 0.76% -
XYZ 29.51 23.61 12.02 -
YUV 133.37 101.84 170.53 -
System Red Green Blue C M Y K H S L
Decimal 193 112 87 0 0.42 0.55 0.24 14.15 0.46 0.55
Hex C1 70 57 0 2A 37 18 E 2E 37
Octal 301 160 127 0 52 67 30 16 56 67
Binary 11000001 1110000 1010111 0 101010 110111 11000 1110 101110 110111

Color Harmonies of #C17057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17057

Black with #C17057

Text Example


Text Example

White with #C17057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17057; }

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

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

background-color css

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

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

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

border-color css

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

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

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