Html Css Color HEX #C07158 Japonica

📋 copy color: '#C07158'

red 192 ◦ green 113 ◦ blue 88

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

Shades of Japonica #C07158

Tints of Japonica #C07158

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.75%

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

R = 48.85%
G = 28.75%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C07158 (or 0xC07158) is known color: Japonica. HEX triplet: C0, 71 and 58. RGB value is (192,113,88). Sum of RGB (Red+Green+Blue) = 192+113+88=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C07158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07158 is #3F8EA7. Grayscale: #858585. Windows color (decimal): -4165288 or 5796288. OLE color: 5796288.

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

Color convert

RGB 192 113 88 -
CMYK 0 0.41 0.54 0.25
HSL 14.42º 0.45% 0.55% -
HSV(B) 14.42º 0.54% 0.75% -
XYZ 29.4 23.72 12.26 -
YUV 133.77 102.17 169.53 -
System Red Green Blue C M Y K H S L
Decimal 192 113 88 0 0.41 0.54 0.25 14.42 0.45 0.55
Hex C0 71 58 0 29 36 19 E 2D 37
Octal 300 161 130 0 51 66 31 16 55 67
Binary 11000000 1110001 1011000 0 101001 110110 11001 1110 101101 110111

Color Harmonies of #C07158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07158

Black with #C07158

Text Example


Text Example

White with #C07158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07158; }

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

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

background-color css

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

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

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

border-color css

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

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

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