Html Css Color HEX #C07758 Japonica

📋 copy color: '#C07758'

red 192 ◦ green 119 ◦ blue 88

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

Shades of Japonica #C07758

Tints of Japonica #C07758

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.82%

 BLUE value IS 88 (34.77% from 255) = 22.06%

R = 48.12%
G = 29.82%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C07758 (or 0xC07758) is known color: Japonica. HEX triplet: C0, 77 and 58. RGB value is (192,119,88). Sum of RGB (Red+Green+Blue) = 192+119+88=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 88 (34.77% from 255 or 22.06% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C07758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07758 is #3F88A7. Grayscale: #898989. Windows color (decimal): -4163752 or 5797824. OLE color: 5797824.

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

Color convert

RGB 192 119 88 -
CMYK 0 0.38 0.54 0.25
HSL 17.88º 0.45% 0.55% -
HSV(B) 17.88º 0.54% 0.75% -
XYZ 30.1 25.1 12.49 -
YUV 137.29 100.18 167.02 -
System Red Green Blue C M Y K H S L
Decimal 192 119 88 0 0.38 0.54 0.25 17.88 0.45 0.55
Hex C0 77 58 0 26 36 19 12 2D 37
Octal 300 167 130 0 46 66 31 22 55 67
Binary 11000000 1110111 1011000 0 100110 110110 11001 10010 101101 110111

Color Harmonies of #C07758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07758

Black with #C07758

Text Example


Text Example

White with #C07758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07758; }

 p { color: rgb(192,119,88); }

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

background-color css

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

 a { background-color: rgb(192,119,88); }

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

border-color css

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

 span { border-color: rgb(192,119,88); }

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