Html Css Color HEX #C27555 Japonica

📋 copy color: '#C27555'

red 194 ◦ green 117 ◦ blue 85

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

Shades of Japonica #C27555

Tints of Japonica #C27555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.46%

R = 48.99%
G = 29.55%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C27555 (or 0xC27555) is known color: Japonica. HEX triplet: C2, 75 and 55. RGB value is (194,117,85). Sum of RGB (Red+Green+Blue) = 194+117+85=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C27555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27555 is #3D8AAA. Grayscale: #888888. Windows color (decimal): -4033195 or 5600706. OLE color: 5600706.

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

Color convert

RGB 194 117 85 -
CMYK 0 0.40 0.56 0.24
HSL 17.61º 0.47% 0.55% -
HSV(B) 17.61º 0.56% 0.76% -
XYZ 30.25 24.85 11.8 -
YUV 136.38 99.01 169.1 -
System Red Green Blue C M Y K H S L
Decimal 194 117 85 0 0.40 0.56 0.24 17.61 0.47 0.55
Hex C2 75 55 0 28 38 18 12 2F 37
Octal 302 165 125 0 50 70 30 22 57 67
Binary 11000010 1110101 1010101 0 101000 111000 11000 10010 101111 110111

Color Harmonies of #C27555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27555

Black with #C27555

Text Example


Text Example

White with #C27555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27555; }

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

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

background-color css

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

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

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

border-color css

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

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

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