Html Css Color HEX #C07A60 Japonica

📋 copy color: '#C07A60'

red 192 ◦ green 122 ◦ blue 96

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

Shades of Japonica #C07A60

Tints of Japonica #C07A60

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.76%

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

R = 46.83%
G = 29.76%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C07A60 (or 0xC07A60) is known color: Japonica. HEX triplet: C0, 7A and 60. RGB value is (192,122,96). Sum of RGB (Red+Green+Blue) = 192+122+96=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07A60 is #3F859F. Grayscale: #8C8C8C. Windows color (decimal): -4162976 or 6322880. OLE color: 6322880.

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

Color convert

RGB 192 122 96 -
CMYK 0 0.36 0.50 0.25
HSL 16.25º 0.43% 0.56% -
HSV(B) 16.25º 0.5% 0.75% -
XYZ 30.81 25.97 14.46 -
YUV 139.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 192 122 96 0 0.36 0.50 0.25 16.25 0.43 0.56
Hex C0 7A 60 0 24 32 19 10 2B 38
Octal 300 172 140 0 44 62 31 20 53 70
Binary 11000000 1111010 1100000 0 100100 110010 11001 10000 101011 111000

Color Harmonies of #C07A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07A60

Black with #C07A60

Text Example


Text Example

White with #C07A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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