Html Css Color HEX #C07858 Japonica

📋 copy color: '#C07858'

red 192 ◦ green 120 ◦ blue 88

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

Shades of Japonica #C07858

Tints of Japonica #C07858

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30%

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

R = 48%
G = 30%
B = 22%

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

#C07858 (or 0xC07858) is known color: Japonica. HEX triplet: C0, 78 and 58. RGB value is (192,120,88). Sum of RGB (Red+Green+Blue) = 192+120+88=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C07858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07858 is #3F87A7. Grayscale: #8A8A8A. Windows color (decimal): -4163496 or 5798080. OLE color: 5798080.

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

Color convert

RGB 192 120 88 -
CMYK 0 0.38 0.54 0.25
HSL 18.46º 0.45% 0.55% -
HSV(B) 18.46º 0.54% 0.75% -
XYZ 30.22 25.34 12.53 -
YUV 137.88 99.85 166.6 -
System Red Green Blue C M Y K H S L
Decimal 192 120 88 0 0.38 0.54 0.25 18.46 0.45 0.55
Hex C0 78 58 0 26 36 19 12 2D 37
Octal 300 170 130 0 46 66 31 22 55 67
Binary 11000000 1111000 1011000 0 100110 110110 11001 10010 101101 110111

Color Harmonies of #C07858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07858

Black with #C07858

Text Example


Text Example

White with #C07858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07858; }

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

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

background-color css

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

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

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

border-color css

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

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

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