Html Css Color HEX #C07960 Japonica

📋 copy color: '#C07960'

red 192 ◦ green 121 ◦ blue 96

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

Shades of Japonica #C07960

Tints of Japonica #C07960

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.58%

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

R = 46.94%
G = 29.58%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C07960 (or 0xC07960) is known color: Japonica. HEX triplet: C0, 79 and 60. RGB value is (192,121,96). Sum of RGB (Red+Green+Blue) = 192+121+96=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C07960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07960 is #3F869F. Grayscale: #8B8B8B. Windows color (decimal): -4163232 or 6322624. OLE color: 6322624.

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

Color convert

RGB 192 121 96 -
CMYK 0 0.37 0.50 0.25
HSL 15.63º 0.43% 0.56% -
HSV(B) 15.63º 0.5% 0.75% -
XYZ 30.69 25.73 14.41 -
YUV 139.38 103.52 165.53 -
System Red Green Blue C M Y K H S L
Decimal 192 121 96 0 0.37 0.50 0.25 15.63 0.43 0.56
Hex C0 79 60 0 25 32 19 10 2B 38
Octal 300 171 140 0 45 62 31 20 53 70
Binary 11000000 1111001 1100000 0 100101 110010 11001 10000 101011 111000

Color Harmonies of #C07960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07960

Black with #C07960

Text Example


Text Example

White with #C07960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07960; }

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

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

background-color css

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

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

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

border-color css

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

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

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