Html Css Color HEX #C27154 Japonica

📋 copy color: '#C27154'

red 194 ◦ green 113 ◦ blue 84

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

Shades of Japonica #C27154

Tints of Japonica #C27154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.48%

R = 49.62%
G = 28.9%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C27154 (or 0xC27154) is known color: Japonica. HEX triplet: C2, 71 and 54. RGB value is (194,113,84). Sum of RGB (Red+Green+Blue) = 194+113+84=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C27154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27154 is #3D8EAB. Grayscale: #868686. Windows color (decimal): -4034220 or 5534146. OLE color: 5534146.

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

Color convert

RGB 194 113 84 -
CMYK 0 0.42 0.57 0.24
HSL 15.82º 0.47% 0.55% -
HSV(B) 15.82º 0.57% 0.76% -
XYZ 29.75 23.92 11.44 -
YUV 133.91 99.84 170.86 -
System Red Green Blue C M Y K H S L
Decimal 194 113 84 0 0.42 0.57 0.24 15.82 0.47 0.55
Hex C2 71 54 0 2A 39 18 10 2F 37
Octal 302 161 124 0 52 71 30 20 57 67
Binary 11000010 1110001 1010100 0 101010 111001 11000 10000 101111 110111

Color Harmonies of #C27154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27154

Black with #C27154

Text Example


Text Example

White with #C27154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27154; }

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

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

background-color css

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

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

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

border-color css

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

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

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