Html Css Color HEX #C27C56 Japonica

📋 copy color: '#C27C56'

red 194 ◦ green 124 ◦ blue 86

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

Shades of Japonica #C27C56

Tints of Japonica #C27C56

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.69%

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

R = 48.02%
G = 30.69%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C27C56 (or 0xC27C56) is known color: Japonica. HEX triplet: C2, 7C and 56. RGB value is (194,124,86). Sum of RGB (Red+Green+Blue) = 194+124+86=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27C56 is #3D83A9. Grayscale: #8C8C8C. Windows color (decimal): -4031402 or 5668034. OLE color: 5668034.

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

Color convert

RGB 194 124 86 -
CMYK 0 0.36 0.56 0.24
HSL 21.11º 0.47% 0.55% -
HSV(B) 21.11º 0.56% 0.76% -
XYZ 31.14 26.56 12.29 -
YUV 140.6 97.19 166.09 -
System Red Green Blue C M Y K H S L
Decimal 194 124 86 0 0.36 0.56 0.24 21.11 0.47 0.55
Hex C2 7C 56 0 24 38 18 15 2F 37
Octal 302 174 126 0 44 70 30 25 57 67
Binary 11000010 1111100 1010110 0 100100 111000 11000 10101 101111 110111

Color Harmonies of #C27C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C56

Black with #C27C56

Text Example


Text Example

White with #C27C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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