Html Css Color HEX #C27054 Japonica

📋 copy color: '#C27054'

red 194 ◦ green 112 ◦ blue 84

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

Shades of Japonica #C27054

Tints of Japonica #C27054

RGB

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

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

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

R = 49.74%
G = 28.72%
B = 21.54%

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

#C27054 (or 0xC27054) is known color: Japonica. HEX triplet: C2, 70 and 54. RGB value is (194,112,84). Sum of RGB (Red+Green+Blue) = 194+112+84=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C27054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27054 is #3D8FAB. Grayscale: #858585. Windows color (decimal): -4034476 or 5533890. OLE color: 5533890.

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

Color convert

RGB 194 112 84 -
CMYK 0 0.42 0.57 0.24
HSL 15.27º 0.47% 0.55% -
HSV(B) 15.27º 0.57% 0.76% -
XYZ 29.64 23.7 11.4 -
YUV 133.33 100.17 171.28 -
System Red Green Blue C M Y K H S L
Decimal 194 112 84 0 0.42 0.57 0.24 15.27 0.47 0.55
Hex C2 70 54 0 2A 39 18 F 2F 37
Octal 302 160 124 0 52 71 30 17 57 67
Binary 11000010 1110000 1010100 0 101010 111001 11000 1111 101111 110111

Color Harmonies of #C27054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27054

Black with #C27054

Text Example


Text Example

White with #C27054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27054; }

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

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

background-color css

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

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

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

border-color css

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

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

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