Html Css Color HEX #C07956 Japonica

📋 copy color: '#C07956'

red 192 ◦ green 121 ◦ blue 86

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

Shades of Japonica #C07956

Tints of Japonica #C07956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.55%

R = 48.12%
G = 30.33%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C07956 (or 0xC07956) is known color: Japonica. HEX triplet: C0, 79 and 56. RGB value is (192,121,86). Sum of RGB (Red+Green+Blue) = 192+121+86=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C07956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07956 is #3F86A9. Grayscale: #8A8A8A. Windows color (decimal): -4163242 or 5667264. OLE color: 5667264.

HSL color Cylindrical-coordinate representation of color #C07956: hue angle of 19.81º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C07956 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 121 86 -
CMYK 0 0.37 0.55 0.25
HSL 19.81º 0.46% 0.55% -
HSV(B) 19.81º 0.55% 0.75% -
XYZ 30.26 25.55 12.14 -
YUV 138.24 98.52 166.35 -
System Red Green Blue C M Y K H S L
Decimal 192 121 86 0 0.37 0.55 0.25 19.81 0.46 0.55
Hex C0 79 56 0 25 37 19 14 2E 37
Octal 300 171 126 0 45 67 31 24 56 67
Binary 11000000 1111001 1010110 0 100101 110111 11001 10100 101110 110111

Color Harmonies of #C07956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07956

Black with #C07956

Text Example


Text Example

White with #C07956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07956; }

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

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

background-color css

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

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

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

border-color css

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

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

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