Html Css Color HEX #C27860 Japonica

📋 copy color: '#C27860'

red 194 ◦ green 120 ◦ blue 96

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

Shades of Japonica #C27860

Tints of Japonica #C27860

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.27%

 BLUE value IS 96 (37.89% from 255) = 23.41%

R = 47.32%
G = 29.27%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C27860 (or 0xC27860) is known color: Japonica. HEX triplet: C2, 78 and 60. RGB value is (194,120,96). Sum of RGB (Red+Green+Blue) = 194+120+96=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C27860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27860 is #3D879F. Grayscale: #8B8B8B. Windows color (decimal): -4032416 or 6322370. OLE color: 6322370.

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

Color convert

RGB 194 120 96 -
CMYK 0 0.38 0.51 0.24
HSL 14.69º 0.45% 0.57% -
HSV(B) 14.69º 0.51% 0.76% -
XYZ 31.08 25.75 14.4 -
YUV 139.39 103.52 166.95 -
System Red Green Blue C M Y K H S L
Decimal 194 120 96 0 0.38 0.51 0.24 14.69 0.45 0.57
Hex C2 78 60 0 26 33 18 F 2D 39
Octal 302 170 140 0 46 63 30 17 55 71
Binary 11000010 1111000 1100000 0 100110 110011 11000 1111 101101 111001

Color Harmonies of #C27860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27860

Black with #C27860

Text Example


Text Example

White with #C27860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27860; }

 p { color: rgb(194,120,96); }

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

background-color css

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

 a { background-color: rgb(194,120,96); }

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

border-color css

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

 span { border-color: rgb(194,120,96); }

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