Html Css Color HEX #C27A61 Japonica

📋 copy color: '#C27A61'

red 194 ◦ green 122 ◦ blue 97

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

Shades of Japonica #C27A61

Tints of Japonica #C27A61

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.54%

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

R = 46.97%
G = 29.54%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C27A61 (or 0xC27A61) is known color: Japonica. HEX triplet: C2, 7A and 61. RGB value is (194,122,97). Sum of RGB (Red+Green+Blue) = 194+122+97=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A61 is #3D859E. Grayscale: #8C8C8C. Windows color (decimal): -4031903 or 6388418. OLE color: 6388418.

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

Color convert

RGB 194 122 97 -
CMYK 0 0.37 0.50 0.24
HSL 15.46º 0.44% 0.57% -
HSV(B) 15.46º 0.5% 0.76% -
XYZ 31.37 26.25 14.72 -
YUV 140.68 103.35 166.03 -
System Red Green Blue C M Y K H S L
Decimal 194 122 97 0 0.37 0.50 0.24 15.46 0.44 0.57
Hex C2 7A 61 0 25 32 18 F 2C 39
Octal 302 172 141 0 45 62 30 17 54 71
Binary 11000010 1111010 1100001 0 100101 110010 11000 1111 101100 111001

Color Harmonies of #C27A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27A61

Black with #C27A61

Text Example


Text Example

White with #C27A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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