Html Css Color HEX #C07258 Japonica

📋 copy color: '#C07258'

red 192 ◦ green 114 ◦ blue 88

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

Shades of Japonica #C07258

Tints of Japonica #C07258

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.93%

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

R = 48.73%
G = 28.93%
B = 22.34%

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

#C07258 (or 0xC07258) is known color: Japonica. HEX triplet: C0, 72 and 58. RGB value is (192,114,88). Sum of RGB (Red+Green+Blue) = 192+114+88=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C07258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07258 is #3F8DA7. Grayscale: #868686. Windows color (decimal): -4165032 or 5796544. OLE color: 5796544.

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

Color convert

RGB 192 114 88 -
CMYK 0 0.41 0.54 0.25
HSL 15º 0.45% 0.55% -
HSV(B) 15º 0.54% 0.75% -
XYZ 29.52 23.95 12.3 -
YUV 134.36 101.84 169.11 -
System Red Green Blue C M Y K H S L
Decimal 192 114 88 0 0.41 0.54 0.25 15 0.45 0.55
Hex C0 72 58 0 29 36 19 F 2D 37
Octal 300 162 130 0 51 66 31 17 55 67
Binary 11000000 1110010 1011000 0 101001 110110 11001 1111 101101 110111

Color Harmonies of #C07258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07258

Black with #C07258

Text Example


Text Example

White with #C07258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07258; }

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

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

background-color css

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

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

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

border-color css

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

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

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