Html Css Color HEX #C07456 Japonica

📋 copy color: '#C07456'

red 192 ◦ green 116 ◦ blue 86

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

Shades of Japonica #C07456

Tints of Japonica #C07456

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.44%

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

R = 48.73%
G = 29.44%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C07456 (or 0xC07456) is known color: Japonica. HEX triplet: C0, 74 and 56. RGB value is (192,116,86). Sum of RGB (Red+Green+Blue) = 192+116+86=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C07456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07456 is #3F8BA9. Grayscale: #878787. Windows color (decimal): -4164522 or 5665984. OLE color: 5665984.

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

Color convert

RGB 192 116 86 -
CMYK 0 0.40 0.55 0.25
HSL 16.98º 0.46% 0.55% -
HSV(B) 16.98º 0.55% 0.75% -
XYZ 29.66 24.37 11.94 -
YUV 135.3 100.18 168.44 -
System Red Green Blue C M Y K H S L
Decimal 192 116 86 0 0.40 0.55 0.25 16.98 0.46 0.55
Hex C0 74 56 0 28 37 19 11 2E 37
Octal 300 164 126 0 50 67 31 21 56 67
Binary 11000000 1110100 1010110 0 101000 110111 11001 10001 101110 110111

Color Harmonies of #C07456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07456

Black with #C07456

Text Example


Text Example

White with #C07456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07456; }

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

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

background-color css

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

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

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

border-color css

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

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

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