Html Css Color HEX #C27157 Japonica

📋 copy color: '#C27157'

red 194 ◦ green 113 ◦ blue 87

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

Shades of Japonica #C27157

Tints of Japonica #C27157

RGB

 RED value IS 194 (76.17% from 255) = 49.24%

 GREEN value IS 113 (44.53% from 255) = 28.68%

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

R = 49.24%
G = 28.68%
B = 22.08%

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

#C27157 (or 0xC27157) is known color: Japonica. HEX triplet: C2, 71 and 57. RGB value is (194,113,87). Sum of RGB (Red+Green+Blue) = 194+113+87=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C27157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27157 is #3D8EA8. Grayscale: #868686. Windows color (decimal): -4034217 or 5730754. OLE color: 5730754.

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

Color convert

RGB 194 113 87 -
CMYK 0 0.42 0.55 0.24
HSL 14.58º 0.47% 0.55% -
HSV(B) 14.58º 0.55% 0.76% -
XYZ 29.87 23.97 12.07 -
YUV 134.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 194 113 87 0 0.42 0.55 0.24 14.58 0.47 0.55
Hex C2 71 57 0 2A 37 18 F 2F 37
Octal 302 161 127 0 52 67 30 17 57 67
Binary 11000010 1110001 1010111 0 101010 110111 11000 1111 101111 110111

Color Harmonies of #C27157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27157

Black with #C27157

Text Example


Text Example

White with #C27157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27157; }

 p { color: rgb(194,113,87); }

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

background-color css

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

 a { background-color: rgb(194,113,87); }

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

border-color css

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

 span { border-color: rgb(194,113,87); }

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