Html Css Color HEX #C07656 Japonica

📋 copy color: '#C07656'

red 192 ◦ green 118 ◦ blue 86

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

Shades of Japonica #C07656

Tints of Japonica #C07656

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.8%

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

R = 48.48%
G = 29.8%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C07656 (or 0xC07656) is known color: Japonica. HEX triplet: C0, 76 and 56. RGB value is (192,118,86). Sum of RGB (Red+Green+Blue) = 192+118+86=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C07656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07656 is #3F89A9. Grayscale: #888888. Windows color (decimal): -4164010 or 5666496. OLE color: 5666496.

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

Color convert

RGB 192 118 86 -
CMYK 0 0.39 0.55 0.25
HSL 18.11º 0.46% 0.55% -
HSV(B) 18.11º 0.55% 0.75% -
XYZ 29.9 24.84 12.02 -
YUV 136.48 99.52 167.6 -
System Red Green Blue C M Y K H S L
Decimal 192 118 86 0 0.39 0.55 0.25 18.11 0.46 0.55
Hex C0 76 56 0 27 37 19 12 2E 37
Octal 300 166 126 0 47 67 31 22 56 67
Binary 11000000 1110110 1010110 0 100111 110111 11001 10010 101110 110111

Color Harmonies of #C07656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07656

Black with #C07656

Text Example


Text Example

White with #C07656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07656; }

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

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

background-color css

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

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

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

border-color css

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

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

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