Html Css Color HEX #C27156 Japonica

📋 copy color: '#C27156'

red 194 ◦ green 113 ◦ blue 86

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

Shades of Japonica #C27156

Tints of Japonica #C27156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.88%

R = 49.36%
G = 28.75%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C27156 (or 0xC27156) is known color: Japonica. HEX triplet: C2, 71 and 56. RGB value is (194,113,86). Sum of RGB (Red+Green+Blue) = 194+113+86=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C27156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27156 is #3D8EA9. Grayscale: #868686. Windows color (decimal): -4034218 or 5665218. OLE color: 5665218.

HSL color Cylindrical-coordinate representation of color #C27156: hue angle of 15º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C27156 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 113 86 -
CMYK 0 0.42 0.56 0.24
HSL 15º 0.47% 0.55% -
HSV(B) 15º 0.56% 0.76% -
XYZ 29.83 23.95 11.85 -
YUV 134.14 100.84 170.7 -
System Red Green Blue C M Y K H S L
Decimal 194 113 86 0 0.42 0.56 0.24 15 0.47 0.55
Hex C2 71 56 0 2A 38 18 F 2F 37
Octal 302 161 126 0 52 70 30 17 57 67
Binary 11000010 1110001 1010110 0 101010 111000 11000 1111 101111 110111

Color Harmonies of #C27156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27156

Black with #C27156

Text Example


Text Example

White with #C27156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27156; }

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

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

background-color css

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

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

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

border-color css

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

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

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