Html Css Color HEX #C07B59 Japonica

📋 copy color: '#C07B59'

red 192 ◦ green 123 ◦ blue 89

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

Shades of Japonica #C07B59

Tints of Japonica #C07B59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 22.03%

R = 47.52%
G = 30.45%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C07B59 (or 0xC07B59) is known color: Japonica. HEX triplet: C0, 7B and 59. RGB value is (192,123,89). Sum of RGB (Red+Green+Blue) = 192+123+89=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07B59 is #3F84A6. Grayscale: #8B8B8B. Windows color (decimal): -4162727 or 5864384. OLE color: 5864384.

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

Color convert

RGB 192 123 89 -
CMYK 0 0.36 0.54 0.25
HSL 19.81º 0.45% 0.55% -
HSV(B) 19.81º 0.54% 0.75% -
XYZ 30.62 26.09 12.87 -
YUV 139.76 99.36 165.26 -
System Red Green Blue C M Y K H S L
Decimal 192 123 89 0 0.36 0.54 0.25 19.81 0.45 0.55
Hex C0 7B 59 0 24 36 19 14 2D 37
Octal 300 173 131 0 44 66 31 24 55 67
Binary 11000000 1111011 1011001 0 100100 110110 11001 10100 101101 110111

Color Harmonies of #C07B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07B59

Black with #C07B59

Text Example


Text Example

White with #C07B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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