Html Css Color HEX #C07660 Japonica

📋 copy color: '#C07660'

red 192 ◦ green 118 ◦ blue 96

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

Shades of Japonica #C07660

Tints of Japonica #C07660

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.06%

 BLUE value IS 96 (37.89% from 255) = 23.65%

R = 47.29%
G = 29.06%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C07660 (or 0xC07660) is known color: Japonica. HEX triplet: C0, 76 and 60. RGB value is (192,118,96). Sum of RGB (Red+Green+Blue) = 192+118+96=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C07660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07660 is #3F899F. Grayscale: #898989. Windows color (decimal): -4164000 or 6321856. OLE color: 6321856.

HSL color Cylindrical-coordinate representation of color #C07660: hue angle of 13.75º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C07660 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 118 96 -
CMYK 0 0.39 0.50 0.25
HSL 13.75º 0.43% 0.56% -
HSV(B) 13.75º 0.5% 0.75% -
XYZ 30.33 25.01 14.29 -
YUV 137.62 104.52 166.79 -
System Red Green Blue C M Y K H S L
Decimal 192 118 96 0 0.39 0.50 0.25 13.75 0.43 0.56
Hex C0 76 60 0 27 32 19 E 2B 38
Octal 300 166 140 0 47 62 31 16 53 70
Binary 11000000 1110110 1100000 0 100111 110010 11001 1110 101011 111000

Color Harmonies of #C07660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07660

Black with #C07660

Text Example


Text Example

White with #C07660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07660; }

 p { color: rgb(192,118,96); }

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

background-color css

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

 a { background-color: rgb(192,118,96); }

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

border-color css

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

 span { border-color: rgb(192,118,96); }

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