Html Css Color HEX #C07A61 Japonica

📋 copy color: '#C07A61'

red 192 ◦ green 122 ◦ blue 97

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

Shades of Japonica #C07A61

Tints of Japonica #C07A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.6%

R = 46.72%
G = 29.68%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C07A61 (or 0xC07A61) is known color: Japonica. HEX triplet: C0, 7A and 61. RGB value is (192,122,97). Sum of RGB (Red+Green+Blue) = 192+122+97=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07A61 is #3F859E. Grayscale: #8C8C8C. Windows color (decimal): -4162975 or 6388416. OLE color: 6388416.

HSL color Cylindrical-coordinate representation of color #C07A61: hue angle of 15.79º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C07A61 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 122 97 -
CMYK 0 0.36 0.49 0.25
HSL 15.79º 0.43% 0.57% -
HSV(B) 15.79º 0.49% 0.75% -
XYZ 30.86 25.99 14.7 -
YUV 140.08 103.69 165.03 -
System Red Green Blue C M Y K H S L
Decimal 192 122 97 0 0.36 0.49 0.25 15.79 0.43 0.57
Hex C0 7A 61 0 24 31 19 10 2B 39
Octal 300 172 141 0 44 61 31 20 53 71
Binary 11000000 1111010 1100001 0 100100 110001 11001 10000 101011 111001

Color Harmonies of #C07A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07A61

Black with #C07A61

Text Example


Text Example

White with #C07A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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