Html Css Color HEX #C07058 Japonica

📋 copy color: '#C07058'

red 192 ◦ green 112 ◦ blue 88

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

Shades of Japonica #C07058

Tints of Japonica #C07058

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.57%

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

R = 48.98%
G = 28.57%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C07058 (or 0xC07058) is known color: Japonica. HEX triplet: C0, 70 and 58. RGB value is (192,112,88). Sum of RGB (Red+Green+Blue) = 192+112+88=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C07058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07058 is #3F8FA7. Grayscale: #858585. Windows color (decimal): -4165544 or 5796032. OLE color: 5796032.

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

Color convert

RGB 192 112 88 -
CMYK 0 0.42 0.54 0.25
HSL 13.85º 0.45% 0.55% -
HSV(B) 13.85º 0.54% 0.75% -
XYZ 29.29 23.5 12.22 -
YUV 133.18 102.5 169.95 -
System Red Green Blue C M Y K H S L
Decimal 192 112 88 0 0.42 0.54 0.25 13.85 0.45 0.55
Hex C0 70 58 0 2A 36 19 E 2D 37
Octal 300 160 130 0 52 66 31 16 55 67
Binary 11000000 1110000 1011000 0 101010 110110 11001 1110 101101 110111

Color Harmonies of #C07058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07058

Black with #C07058

Text Example


Text Example

White with #C07058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07058; }

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

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

background-color css

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

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

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

border-color css

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

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

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