Html Css Color HEX #C07B56 Japonica

📋 copy color: '#C07B56'

red 192 ◦ green 123 ◦ blue 86

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

Shades of Japonica #C07B56

Tints of Japonica #C07B56

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.67%

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

R = 47.88%
G = 30.67%
B = 21.45%

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

#C07B56 (or 0xC07B56) is known color: Japonica. HEX triplet: C0, 7B and 56. RGB value is (192,123,86). Sum of RGB (Red+Green+Blue) = 192+123+86=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07B56 is #3F84A9. Grayscale: #8B8B8B. Windows color (decimal): -4162730 or 5667776. OLE color: 5667776.

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

Color convert

RGB 192 123 86 -
CMYK 0 0.36 0.55 0.25
HSL 20.94º 0.46% 0.55% -
HSV(B) 20.94º 0.55% 0.75% -
XYZ 30.5 26.04 12.22 -
YUV 139.41 97.86 165.51 -
System Red Green Blue C M Y K H S L
Decimal 192 123 86 0 0.36 0.55 0.25 20.94 0.46 0.55
Hex C0 7B 56 0 24 37 19 15 2E 37
Octal 300 173 126 0 44 67 31 25 56 67
Binary 11000000 1111011 1010110 0 100100 110111 11001 10101 101110 110111

Color Harmonies of #C07B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07B56

Black with #C07B56

Text Example


Text Example

White with #C07B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07B56; }

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

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

background-color css

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

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

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

border-color css

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

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

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