Html Css Color HEX #C27961 Japonica

📋 copy color: '#C27961'

red 194 ◦ green 121 ◦ blue 97

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

Shades of Japonica #C27961

Tints of Japonica #C27961

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.37%

 BLUE value IS 97 (38.28% from 255) = 23.54%

R = 47.09%
G = 29.37%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C27961 (or 0xC27961) is known color: Japonica. HEX triplet: C2, 79 and 61. RGB value is (194,121,97). Sum of RGB (Red+Green+Blue) = 194+121+97=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C27961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27961 is #3D869E. Grayscale: #8C8C8C. Windows color (decimal): -4032159 or 6388162. OLE color: 6388162.

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

Color convert

RGB 194 121 97 -
CMYK 0 0.38 0.50 0.24
HSL 14.85º 0.44% 0.57% -
HSV(B) 14.85º 0.5% 0.76% -
XYZ 31.24 26.01 14.68 -
YUV 140.09 103.68 166.45 -
System Red Green Blue C M Y K H S L
Decimal 194 121 97 0 0.38 0.50 0.24 14.85 0.44 0.57
Hex C2 79 61 0 26 32 18 F 2C 39
Octal 302 171 141 0 46 62 30 17 54 71
Binary 11000010 1111001 1100001 0 100110 110010 11000 1111 101100 111001

Color Harmonies of #C27961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27961

Black with #C27961

Text Example


Text Example

White with #C27961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27961; }

 p { color: rgb(194,121,97); }

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

background-color css

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

 a { background-color: rgb(194,121,97); }

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

border-color css

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

 span { border-color: rgb(194,121,97); }

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