Html Css Color HEX #C27760 Japonica

📋 copy color: '#C27760'

red 194 ◦ green 119 ◦ blue 96

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

Shades of Japonica #C27760

Tints of Japonica #C27760

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.1%

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

R = 47.43%
G = 29.1%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C27760 (or 0xC27760) is known color: Japonica. HEX triplet: C2, 77 and 60. RGB value is (194,119,96). Sum of RGB (Red+Green+Blue) = 194+119+96=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C27760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27760 is #3D889F. Grayscale: #8A8A8A. Windows color (decimal): -4032672 or 6322114. OLE color: 6322114.

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

Color convert

RGB 194 119 96 -
CMYK 0 0.39 0.51 0.24
HSL 14.08º 0.45% 0.57% -
HSV(B) 14.08º 0.51% 0.76% -
XYZ 30.96 25.51 14.36 -
YUV 138.8 103.85 167.37 -
System Red Green Blue C M Y K H S L
Decimal 194 119 96 0 0.39 0.51 0.24 14.08 0.45 0.57
Hex C2 77 60 0 27 33 18 E 2D 39
Octal 302 167 140 0 47 63 30 16 55 71
Binary 11000010 1110111 1100000 0 100111 110011 11000 1110 101101 111001

Color Harmonies of #C27760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27760

Black with #C27760

Text Example


Text Example

White with #C27760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27760; }

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

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

background-color css

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

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

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

border-color css

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

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

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