Html Css Color HEX #C27057 Japonica

📋 copy color: '#C27057'

red 194 ◦ green 112 ◦ blue 87

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

Shades of Japonica #C27057

Tints of Japonica #C27057

RGB

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

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

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

R = 49.36%
G = 28.5%
B = 22.14%

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

#C27057 (or 0xC27057) is known color: Japonica. HEX triplet: C2, 70 and 57. RGB value is (194,112,87). Sum of RGB (Red+Green+Blue) = 194+112+87=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 87 (34.38% from 255 or 22.14% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C27057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27057 is #3D8FA8. Grayscale: #858585. Windows color (decimal): -4034473 or 5730498. OLE color: 5730498.

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

Color convert

RGB 194 112 87 -
CMYK 0 0.42 0.55 0.24
HSL 14.02º 0.47% 0.55% -
HSV(B) 14.02º 0.55% 0.76% -
XYZ 29.76 23.75 12.03 -
YUV 133.67 101.67 171.03 -
System Red Green Blue C M Y K H S L
Decimal 194 112 87 0 0.42 0.55 0.24 14.02 0.47 0.55
Hex C2 70 57 0 2A 37 18 E 2F 37
Octal 302 160 127 0 52 67 30 16 57 67
Binary 11000010 1110000 1010111 0 101010 110111 11000 1110 101111 110111

Color Harmonies of #C27057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27057

Black with #C27057

Text Example


Text Example

White with #C27057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27057; }

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

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

background-color css

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

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

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

border-color css

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

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

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