Html Css Color HEX #C27559 Japonica

📋 copy color: '#C27559'

red 194 ◦ green 117 ◦ blue 89

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

Shades of Japonica #C27559

Tints of Japonica #C27559

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.25%

 BLUE value IS 89 (35.16% from 255) = 22.25%

R = 48.5%
G = 29.25%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C27559 (or 0xC27559) is known color: Japonica. HEX triplet: C2, 75 and 59. RGB value is (194,117,89). Sum of RGB (Red+Green+Blue) = 194+117+89=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C27559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27559 is #3D8AA6. Grayscale: #898989. Windows color (decimal): -4033191 or 5862850. OLE color: 5862850.

HSL color Cylindrical-coordinate representation of color #C27559: hue angle of 16º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C27559 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 117 89 -
CMYK 0 0.40 0.54 0.24
HSL 16º 0.46% 0.55% -
HSV(B) 16º 0.54% 0.76% -
XYZ 30.41 24.91 12.66 -
YUV 136.83 101.01 168.78 -
System Red Green Blue C M Y K H S L
Decimal 194 117 89 0 0.40 0.54 0.24 16 0.46 0.55
Hex C2 75 59 0 28 36 18 10 2E 37
Octal 302 165 131 0 50 66 30 20 56 67
Binary 11000010 1110101 1011001 0 101000 110110 11000 10000 101110 110111

Color Harmonies of #C27559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27559

Black with #C27559

Text Example


Text Example

White with #C27559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27559; }

 p { color: rgb(194,117,89); }

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

background-color css

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

 a { background-color: rgb(194,117,89); }

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

border-color css

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

 span { border-color: rgb(194,117,89); }

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