Html Css Color HEX #C07961 Japonica

📋 copy color: '#C07961'

red 192 ◦ green 121 ◦ blue 97

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

Shades of Japonica #C07961

Tints of Japonica #C07961

RGB

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

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

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

R = 46.83%
G = 29.51%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C07961 (or 0xC07961) is known color: Japonica. HEX triplet: C0, 79 and 61. RGB value is (192,121,97). Sum of RGB (Red+Green+Blue) = 192+121+97=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 97 (38.28% from 255 or 23.66% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C07961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07961 is #3F869E. Grayscale: #8B8B8B. Windows color (decimal): -4163231 or 6388160. OLE color: 6388160.

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

Color convert

RGB 192 121 97 -
CMYK 0 0.37 0.49 0.25
HSL 15.16º 0.43% 0.57% -
HSV(B) 15.16º 0.49% 0.75% -
XYZ 30.73 25.74 14.66 -
YUV 139.49 104.02 165.45 -
System Red Green Blue C M Y K H S L
Decimal 192 121 97 0 0.37 0.49 0.25 15.16 0.43 0.57
Hex C0 79 61 0 25 31 19 F 2B 39
Octal 300 171 141 0 45 61 31 17 53 71
Binary 11000000 1111001 1100001 0 100101 110001 11001 1111 101011 111001

Color Harmonies of #C07961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07961

Black with #C07961

Text Example


Text Example

White with #C07961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07961; }

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

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

background-color css

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

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

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

border-color css

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

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

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