Html Css Color HEX #C07A56 Japonica

📋 copy color: '#C07A56'

red 192 ◦ green 122 ◦ blue 86

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

Shades of Japonica #C07A56

Tints of Japonica #C07A56

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.5%

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

R = 48%
G = 30.5%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C07A56 (or 0xC07A56) is known color: Japonica. HEX triplet: C0, 7A and 56. RGB value is (192,122,86). Sum of RGB (Red+Green+Blue) = 192+122+86=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07A56 is #3F85A9. Grayscale: #8B8B8B. Windows color (decimal): -4162986 or 5667520. OLE color: 5667520.

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

Color convert

RGB 192 122 86 -
CMYK 0 0.36 0.55 0.25
HSL 20.38º 0.46% 0.55% -
HSV(B) 20.38º 0.55% 0.75% -
XYZ 30.38 25.8 12.18 -
YUV 138.83 98.19 165.93 -
System Red Green Blue C M Y K H S L
Decimal 192 122 86 0 0.36 0.55 0.25 20.38 0.46 0.55
Hex C0 7A 56 0 24 37 19 14 2E 37
Octal 300 172 126 0 44 67 31 24 56 67
Binary 11000000 1111010 1010110 0 100100 110111 11001 10100 101110 110111

Color Harmonies of #C07A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07A56

Black with #C07A56

Text Example


Text Example

White with #C07A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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