Html Css Color HEX #C07958 Japonica

📋 copy color: '#C07958'

red 192 ◦ green 121 ◦ blue 88

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

Shades of Japonica #C07958

Tints of Japonica #C07958

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.17%

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

R = 47.88%
G = 30.17%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C07958 (or 0xC07958) is known color: Japonica. HEX triplet: C0, 79 and 58. RGB value is (192,121,88). Sum of RGB (Red+Green+Blue) = 192+121+88=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C07958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07958 is #3F86A7. Grayscale: #8A8A8A. Windows color (decimal): -4163240 or 5798336. OLE color: 5798336.

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

Color convert

RGB 192 121 88 -
CMYK 0 0.37 0.54 0.25
HSL 19.04º 0.45% 0.55% -
HSV(B) 19.04º 0.54% 0.75% -
XYZ 30.34 25.59 12.57 -
YUV 138.47 99.52 166.18 -
System Red Green Blue C M Y K H S L
Decimal 192 121 88 0 0.37 0.54 0.25 19.04 0.45 0.55
Hex C0 79 58 0 25 36 19 13 2D 37
Octal 300 171 130 0 45 66 31 23 55 67
Binary 11000000 1111001 1011000 0 100101 110110 11001 10011 101101 110111

Color Harmonies of #C07958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07958

Black with #C07958

Text Example


Text Example

White with #C07958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07958; }

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

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

background-color css

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

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

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

border-color css

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

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

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