Html Css Color HEX #C06E56 Japonica

📋 copy color: '#C06E56'

red 192 ◦ green 110 ◦ blue 86

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

Shades of Japonica #C06E56

Tints of Japonica #C06E56

RGB

 RED value IS 192 (75.39% from 255) = 49.48%

 GREEN value IS 110 (43.36% from 255) = 28.35%

 BLUE value IS 86 (33.98% from 255) = 22.16%

R = 49.48%
G = 28.35%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C06E56 (or 0xC06E56) is known color: Japonica. HEX triplet: C0, 6E and 56. RGB value is (192,110,86). Sum of RGB (Red+Green+Blue) = 192+110+86=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06E56 is #3F91A9. Grayscale: #838383. Windows color (decimal): -4166058 or 5664448. OLE color: 5664448.

HSL color Cylindrical-coordinate representation of color #C06E56: hue angle of 13.58º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C06E56 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 110 86 -
CMYK 0 0.43 0.55 0.25
HSL 13.58º 0.46% 0.55% -
HSV(B) 13.58º 0.55% 0.75% -
XYZ 28.99 23.03 11.72 -
YUV 131.78 102.17 170.95 -
System Red Green Blue C M Y K H S L
Decimal 192 110 86 0 0.43 0.55 0.25 13.58 0.46 0.55
Hex C0 6E 56 0 2B 37 19 E 2E 37
Octal 300 156 126 0 53 67 31 16 56 67
Binary 11000000 1101110 1010110 0 101011 110111 11001 1110 101110 110111

Color Harmonies of #C06E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06E56

Black with #C06E56

Text Example


Text Example

White with #C06E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06E56; }

 p { color: rgb(192,110,86); }

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

background-color css

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

 a { background-color: rgb(192,110,86); }

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

border-color css

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

 span { border-color: rgb(192,110,86); }

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