Html Css Color HEX #C07458 Japonica

📋 copy color: '#C07458'

red 192 ◦ green 116 ◦ blue 88

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

Shades of Japonica #C07458

Tints of Japonica #C07458

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.29%

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

R = 48.48%
G = 29.29%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C07458 (or 0xC07458) is known color: Japonica. HEX triplet: C0, 74 and 58. RGB value is (192,116,88). Sum of RGB (Red+Green+Blue) = 192+116+88=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C07458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07458 is #3F8BA7. Grayscale: #878787. Windows color (decimal): -4164520 or 5797056. OLE color: 5797056.

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

Color convert

RGB 192 116 88 -
CMYK 0 0.40 0.54 0.25
HSL 16.15º 0.45% 0.55% -
HSV(B) 16.15º 0.54% 0.75% -
XYZ 29.75 24.4 12.37 -
YUV 135.53 101.18 168.28 -
System Red Green Blue C M Y K H S L
Decimal 192 116 88 0 0.40 0.54 0.25 16.15 0.45 0.55
Hex C0 74 58 0 28 36 19 10 2D 37
Octal 300 164 130 0 50 66 31 20 55 67
Binary 11000000 1110100 1011000 0 101000 110110 11001 10000 101101 110111

Color Harmonies of #C07458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07458

Black with #C07458

Text Example


Text Example

White with #C07458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07458; }

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

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

background-color css

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

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

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

border-color css

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

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

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