Html Css Color HEX #C27A5F Japonica

📋 copy color: '#C27A5F'

red 194 ◦ green 122 ◦ blue 95

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

Shades of Japonica #C27A5F

Tints of Japonica #C27A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.11%

R = 47.2%
G = 29.68%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C27A5F (or 0xC27A5F) is known color: Japonica. HEX triplet: C2, 7A and 5F. RGB value is (194,122,95). Sum of RGB (Red+Green+Blue) = 194+122+95=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A5F is #3D85A0. Grayscale: #8C8C8C. Windows color (decimal): -4031905 or 6257346. OLE color: 6257346.

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

Color convert

RGB 194 122 95 -
CMYK 0 0.37 0.51 0.24
HSL 16.36º 0.45% 0.57% -
HSV(B) 16.36º 0.51% 0.76% -
XYZ 31.27 26.21 14.24 -
YUV 140.45 102.35 166.2 -
System Red Green Blue C M Y K H S L
Decimal 194 122 95 0 0.37 0.51 0.24 16.36 0.45 0.57
Hex C2 7A 5F 0 25 33 18 10 2D 39
Octal 302 172 137 0 45 63 30 20 55 71
Binary 11000010 1111010 1011111 0 100101 110011 11000 10000 101101 111001

Color Harmonies of #C27A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27A5F

Black with #C27A5F

Text Example


Text Example

White with #C27A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27A5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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