Html Css Color HEX #C27056 Japonica

📋 copy color: '#C27056'

red 194 ◦ green 112 ◦ blue 86

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

Shades of Japonica #C27056

Tints of Japonica #C27056

RGB

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

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

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

R = 49.49%
G = 28.57%
B = 21.94%

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

#C27056 (or 0xC27056) is known color: Japonica. HEX triplet: C2, 70 and 56. RGB value is (194,112,86). Sum of RGB (Red+Green+Blue) = 194+112+86=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C27056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27056 is #3D8FA9. Grayscale: #858585. Windows color (decimal): -4034474 or 5664962. OLE color: 5664962.

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

Color convert

RGB 194 112 86 -
CMYK 0 0.42 0.56 0.24
HSL 14.44º 0.47% 0.55% -
HSV(B) 14.44º 0.56% 0.76% -
XYZ 29.72 23.73 11.82 -
YUV 133.55 101.17 171.11 -
System Red Green Blue C M Y K H S L
Decimal 194 112 86 0 0.42 0.56 0.24 14.44 0.47 0.55
Hex C2 70 56 0 2A 38 18 E 2F 37
Octal 302 160 126 0 52 70 30 16 57 67
Binary 11000010 1110000 1010110 0 101010 111000 11000 1110 101111 110111

Color Harmonies of #C27056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27056

Black with #C27056

Text Example


Text Example

White with #C27056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27056; }

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

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

background-color css

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

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

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

border-color css

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

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

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