Html Css Color HEX #C0715C Japonica

📋 copy color: '#C0715C'

red 192 ◦ green 113 ◦ blue 92

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

Shades of Japonica #C0715C

Tints of Japonica #C0715C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.17%

R = 48.36%
G = 28.46%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0715C (or 0xC0715C) is known color: Japonica. HEX triplet: C0, 71 and 5C. RGB value is (192,113,92). Sum of RGB (Red+Green+Blue) = 192+113+92=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0715C is #3F8EA3. Grayscale: #868686. Windows color (decimal): -4165284 or 6058432. OLE color: 6058432.

HSL color Cylindrical-coordinate representation of color #C0715C: hue angle of 12.6º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0715C is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 113 92 -
CMYK 0 0.41 0.52 0.25
HSL 12.6º 0.44% 0.56% -
HSV(B) 12.6º 0.52% 0.75% -
XYZ 29.58 23.79 13.16 -
YUV 134.23 104.17 169.21 -
System Red Green Blue C M Y K H S L
Decimal 192 113 92 0 0.41 0.52 0.25 12.6 0.44 0.56
Hex C0 71 5C 0 29 34 19 D 2C 38
Octal 300 161 134 0 51 64 31 15 54 70
Binary 11000000 1110001 1011100 0 101001 110100 11001 1101 101100 111000

Color Harmonies of #C0715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0715C

Black with #C0715C

Text Example


Text Example

White with #C0715C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0715C; }

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

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

background-color css

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

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

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

border-color css

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

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

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