Html Css Color HEX #C07457 Japonica

📋 copy color: '#C07457'

red 192 ◦ green 116 ◦ blue 87

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

Shades of Japonica #C07457

Tints of Japonica #C07457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.03%

R = 48.61%
G = 29.37%
B = 22.03%

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

#C07457 (or 0xC07457) is known color: Japonica. HEX triplet: C0, 74 and 57. RGB value is (192,116,87). Sum of RGB (Red+Green+Blue) = 192+116+87=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 87 (34.38% from 255 or 22.03% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C07457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07457 is #3F8BA8. Grayscale: #878787. Windows color (decimal): -4164521 or 5731520. OLE color: 5731520.

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

Color convert

RGB 192 116 87 -
CMYK 0 0.40 0.55 0.25
HSL 16.57º 0.45% 0.55% -
HSV(B) 16.57º 0.55% 0.75% -
XYZ 29.7 24.39 12.16 -
YUV 135.42 100.68 168.36 -
System Red Green Blue C M Y K H S L
Decimal 192 116 87 0 0.40 0.55 0.25 16.57 0.45 0.55
Hex C0 74 57 0 28 37 19 11 2D 37
Octal 300 164 127 0 50 67 31 21 55 67
Binary 11000000 1110100 1010111 0 101000 110111 11001 10001 101101 110111

Color Harmonies of #C07457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07457

Black with #C07457

Text Example


Text Example

White with #C07457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07457; }

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

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

background-color css

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

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

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

border-color css

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

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

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