Html Css Color HEX #C07861 Japonica

📋 copy color: '#C07861'

red 192 ◦ green 120 ◦ blue 97

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

Shades of Japonica #C07861

Tints of Japonica #C07861

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.34%

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

R = 46.94%
G = 29.34%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C07861 (or 0xC07861) is known color: Japonica. HEX triplet: C0, 78 and 61. RGB value is (192,120,97). Sum of RGB (Red+Green+Blue) = 192+120+97=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C07861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07861 is #3F879E. Grayscale: #8B8B8B. Windows color (decimal): -4163487 or 6387904. OLE color: 6387904.

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

Color convert

RGB 192 120 97 -
CMYK 0 0.38 0.49 0.25
HSL 14.53º 0.43% 0.57% -
HSV(B) 14.53º 0.49% 0.75% -
XYZ 30.61 25.5 14.62 -
YUV 138.91 104.35 165.87 -
System Red Green Blue C M Y K H S L
Decimal 192 120 97 0 0.38 0.49 0.25 14.53 0.43 0.57
Hex C0 78 61 0 26 31 19 F 2B 39
Octal 300 170 141 0 46 61 31 17 53 71
Binary 11000000 1111000 1100001 0 100110 110001 11001 1111 101011 111001

Color Harmonies of #C07861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07861

Black with #C07861

Text Example


Text Example

White with #C07861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07861; }

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

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

background-color css

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

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

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

border-color css

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

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

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